home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / gdi / winnt / wxform / wxform.def < prev    next >
Text File  |  1993-02-03  |  489b  |  26 lines

  1.  
  2. NAME         wxform
  3.  
  4. DESCRIPTION  'World Transform Object Sample'
  5.  
  6. EXETYPE      WINDOWS
  7.  
  8. STUB         'WINSTUB.EXE'
  9.  
  10. ;CODE can be moved in memory and discarded/reloaded
  11. CODE  PRELOAD MOVEABLE DISCARDABLE
  12.  
  13. ;DATA must be MULTIPLE if program can be invoked more than once
  14. DATA  PRELOAD MOVEABLE MULTIPLE
  15.  
  16.  
  17. HEAPSIZE     1024
  18. STACKSIZE    5120
  19.  
  20.  
  21.  
  22. EXPORTS
  23.     MainWndProc       @1   ; name of window processing function
  24.         TransformDlgProc  @2
  25.         MouseDlgProc      @3
  26.