home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / LIB / README.TX$ / readme
Encoding:
Text File  |  1992-03-17  |  1.5 KB  |  34 lines

  1. ==========================================================================
  2.                  MICROSOFT FOUNDATION CLASSES : LIBRARIES
  3. ==========================================================================
  4.  
  5. This directory contains the following MFC library variants:
  6.  
  7. SAFXCWD.LIB  -- Small model,  Windows,    debug
  8. SAFXCW.LIB   -- Small model,  Windows,    retail
  9. MAFXCWD.LIB  -- Medium model, Windows,    debug
  10. MAFXCW.LIB   -- Medium model, Windows,    retail
  11. MAFXCRD.LIB  -- Medium model, DOS (real), debug
  12. MAFXCR.LIB   -- Medium model, DOS (real), retail
  13. LAFXDWD.LIB  -- Large model,  Windows,    debug, DLL support
  14.  
  15. These library variants are the minimum set needed to link all
  16. MFC sample applications.
  17.  
  18. Please note that the debug library variants were built with default
  19. CodeView information to save diskette space.  This means that only
  20. the WinMain, memory diagnostics, and main message pump source files
  21. may be traced into.  If you need to trace into all MFC library code
  22. you should rebuild the library with CODEVIEW=1.
  23.  
  24. See the file ..\SRC\README.TXT for specific instructions on how
  25. to build MFC library variants.
  26.  
  27. When you build an MFC library in the ..\SRC directory, the
  28. resulting static library (.LIB) file is placed in this directory.
  29. Your LIB environment variable should contain this directory so that
  30. subsequent invocations of LINK may access the libraries contained
  31. here.  For example:
  32.  
  33.     set LIB=C:\C700\MFC\LIB;C:\C700\LIB;C:\MYDEV\LIB
  34.