home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Shareware GOLD
/
NuclearComputingVol3No1.cdr
/
apps
/
f1466
/
windxf.def
< prev
next >
Wrap
Text File
|
1990-11-25
|
833b
|
28 lines
;module-definition file for generic -- used by link4.exe
NAME windxf ; application's module name
DESCRIPTION 'Sample Microsoft Windows Application'
STUB 'WINSTUB.EXE' ; Generates error message if application
; is run without Windows
CODE MOVEABLE ; code can be moved in memory
;DATA must be MULTIPLE if program can be invoked more than once
DATA MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 4096 ; recommended minimum for Windows applications
; All functions that will be called by any Windows routine
; MUST be exported.
EXPORTS
windxfWndProc @1 ; name of window processing function
FILEDIALOGPROC @2 ; File Dialog Proc
MFNAMEPROC @3 ; Get Metafile name dialog
MFPROC @4 ; Get Metafile file dialog
About @5 ; About Box