home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_04 / 1n04081a < prev    next >
Text File  |  1990-08-05  |  401b  |  22 lines

  1.  
  2. Figure 8. DLGSAMPLE.DEF - Definition file
  3. -----------------------------------------
  4. NAME         DLGSAMPL
  5. DESCRIPTION  'SQL Primer'
  6. EXETYPE      WINDOWS
  7. STUB         'WINSTUB.EXE'
  8. CODE         MOVEABLE PRELOAD
  9. .
  10. DATA         MOVEABLE MULTIPLE PRELOAD
  11. .
  12. HEAPSIZE     4096
  13. STACKSIZE    4096
  14. .
  15. EXPORTS      MainFormWndProc     @1
  16.              SQLPrimerDlg        @2
  17. .
  18. .
  19.  
  20. Command: 
  21.  
  22.