home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / DLLTRACE / HELLO1.DE$ / hello1
Encoding:
Text File  |  1992-01-15  |  753 b   |  25 lines

  1. ; hello.def : Declares the module parameters for the application.
  2. ;
  3. ; This is a part of the Microsoft Foundation Classes C++ library.
  4. ; Copyright (C) 1992 Microsoft Corporation
  5. ; All rights reserved.
  6. ;
  7. ; This source code is only intended as a supplement to the
  8. ; Microsoft Foundation Classes Reference and Microsoft
  9. ; QuickHelp documentation provided with the library.
  10. ; See these sources for detailed information regarding the
  11. ; Microsoft Foundation Classes product.
  12. ;
  13.  
  14. NAME         HELLO1
  15. DESCRIPTION  'Hello Microsoft Foundation Classes Windows Application'
  16.  
  17. EXETYPE      WINDOWS
  18. STUB         'WINSTUB.EXE'
  19.  
  20. CODE         PRELOAD MOVEABLE DISCARDABLE
  21. DATA         PRELOAD MOVEABLE MULTIPLE
  22.  
  23. HEAPSIZE     1024
  24. STACKSIZE    4096
  25.