Category : C Source Code
Archive   : LSTDRG.ZIP
Filename : GENERIC.DEF

 
Output of file : GENERIC.DEF contained in archive : LSTDRG.ZIP
; module-definition file for generic -- used by LINK.EXE

NAME Generic ; application's module name

DESCRIPTION 'Sample Microsoft Windows Application'

EXETYPE WINDOWS ; required for all Windows applications

STUB 'WINSTUB.EXE' ; Generates error message if application
; is run without Windows

;CODE can be moved in memory and discarded/reloaded
CODE PRELOAD MOVEABLE DISCARDABLE

;DATA must be MULTIPLE if program can be invoked more than once
DATA PRELOAD MOVEABLE MULTIPLE


HEAPSIZE 1024
STACKSIZE 5120 ; recommended minimum for Windows applications


; All functions that will be called by any Windows routine
; MUST be exported.

EXPORTS
MainWndProc
About
SubClassProc
PopupWndProc



  3 Responses to “Category : C Source Code
Archive   : LSTDRG.ZIP
Filename : GENERIC.DEF

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/