home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
clipper
/
clipwind.arc
/
WINDEXT.PRG
< prev
next >
Wrap
Text File
|
1988-03-23
|
2KB
|
46 lines
******************************************************************************
* Module - WINDEXT.PRG *
* By - Jim Holley Copyright (C) 1987 All Rights Reserved. *
* Date - 05/19/87 *
* *
* This routines does nothing but declare all the functions in the CLIPWIND *
* library as external so that linking can be accomplished to applications *
* do not make explicit calls to the functions in WIndows For Clipper Library.*
* You can link this with the Clipper debugger (DEBUG.OBJ) and test each *
* function interactively using the "E" expression option. *
* Try Compiling and linking with the DOT.PRG included with Clipper , I think *
* it will be interesting to you. Doing this will allow you to make calls to *
* the window functions from the proverbial dot prompt. I have done this and *
* it works quite well. It's great for testing the functions to see how they *
* operate. Also, keep in mind what DOT.PRG is, a psuedo interpreter. Due to *
* this, response using DOT.PRG will not be as fast as a normal application *
* would. HAVE FUN. *
******************************************************************************
EXTERNAL _SINIT_WN
EXTERNAL _SST_WNCL
EXTERNAL _SST_WNBC
EXTERNAL _SST_PTSL
EXTERNAL _SST_PTCL
EXTERNAL _SST_UBIOS
EXTERNAL _SWNCHG
EXTERNAL _SMOVE_WN
EXTERNAL _SREM_WN
EXTERNAL _SWN_ROW
EXTERNAL _SWN_COL
EXTERNAL _SWNPUTCH
EXTERNAL _SWNGETCH
EXTERNAL _SDRW_ROW
EXTERNAL _SDRW_WN
EXTERNAL _SWTE_TXT
EXTERNAL _SWTE_RECS
EXTERNAL _SWTE_PTR
EXTERNAL _SCLS_WN
EXTERNAL _SCRL_VERT
EXTERNAL _SCRL_HORZ
EXTERNAL _SWNERASE
EXTERNAL _WNSAVE
EXTERNAL _WNRESTORE
EXTERNAL _WNGETBUF
EXTERNAL _WNPUTBUF
EXTERNAL _WN_DBF