home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
WINDOWS
/
PROGRAM
/
EWTDEBUG.ZIP
/
EWTDEBUG.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-11-26
|
382 b
|
10 lines
# define DBGM_INT (WM_USER+100)
# define DBGM_LONG (WM_USER+101)
# define DBGM_STRING (WM_USER+102)
HWND FAR PASCAL CreateDebugWindow (HWND hMasterWnd);
int FAR PASCAL DestroyDebugWindow (void);
int FAR PASCAL DBG_PutInt (LPSTR, int);
int FAR PASCAL DBG_PutLong (LPSTR, LONG);
int FAR PASCAL DBG_PutString (LPSTR, LPSTR);