Category : Windows 3.X Files
Archive   : PCXWIN.ZIP
Filename : PCX.DEF

 
Output of file : PCX.DEF contained in archive : PCXWIN.ZIP
;module-definition file for generic -- used by link4.exe

NAME Pcx ; application's module name

DESCRIPTION 'PCX Sample Image 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

HEAPSIZE 1024
STACKSIZE 4096 ; recommended minimum for Windows applications

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

EXPORTS
GenericWndProc @1 ; name of window processing function
About @2 ; name of "About" processing function
OpenDlg @3 ; name of "OpenDlg" processing function


  3 Responses to “Category : Windows 3.X Files
Archive   : PCXWIN.ZIP
Filename : PCX.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/