home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / esqlc / esql / samples.c / quickwin.def < prev    next >
Encoding:
Text File  |  1995-11-21  |  586 b   |  26 lines

  1. ;   FILE: quickwin.def
  2. ;
  3. ;       Generic Embedded SQL for C QuickWin module-definition file
  4. ;
  5. ;   COMMENTS:
  6. ;
  7. ;       Copyright (C) 1992 - 1994 Microsoft Corporation
  8. ;
  9.  
  10. NAME            GenChar         ; application's module name
  11.  
  12. DESCRIPTION     'GenChar'
  13.  
  14. EXETYPE         WINDOWS         ; required for all Windows applications
  15.  
  16. PROTMODE
  17.  
  18. ;CODE can be moved in memory and discarded/reloaded
  19. CODE  PRELOAD MOVEABLE DISCARDABLE
  20.  
  21. ;DATA must be MULTIPLE if program can be invoked more than once
  22. DATA  PRELOAD MOVEABLE MULTIPLE
  23.  
  24. HEAPSIZE     8192
  25. STACKSIZE    8192
  26.