home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / OCLIENT / OCLIENT.DE$ / oclient
Encoding:
Text File  |  1992-01-15  |  722 b   |  26 lines

  1. ; oclient.def : Defines 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         OCLIENT
  15.  
  16. DESCRIPTION  'Sample AFX OLE Client Application'
  17.  
  18. EXETYPE      WINDOWS
  19. STUB         'WINSTUB.EXE'
  20.  
  21. CODE  PRELOAD MOVEABLE DISCARDABLE
  22. DATA  PRELOAD MOVEABLE MULTIPLE
  23.  
  24. HEAPSIZE     1024
  25. STACKSIZE    8192
  26.