home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 14_Cabinet / STDAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-18  |  1.1 KB  |  33 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. // This is a part of the Microsoft Foundation Classes and
  6. // Templates (MFC&T).
  7. // Copyright (C) 1998 Microsoft Corporation
  8. // All rights reserved.
  9. //
  10. // This source code is only intended as a supplement to the
  11. // MFC&T Reference and related electronic documentation provided
  12. // with the library.  See these sources for detailed information
  13. // regarding the MFC&T product.
  14. //
  15.  
  16. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  17.  
  18. #include <afxole.h>         // MFC core and standard components
  19. #include <afxcview.h>
  20. #include <afxcoll.h>
  21. #include <afxpriv.h>
  22. #include <afxtempl.h>
  23. #ifndef _AFX_NO_AFXCMN_SUPPORT
  24. #include <afxcmn.h>         // MFC support for Windows 95 Common Controls
  25. #endif // _AFX_NO_AFXCMN_SUPPORT
  26. #include <atlbase.h>
  27. extern CComModule _Module;
  28. #include <atlcom.h>
  29. #include <atlconv.h>
  30. #include <atldbcli.h>
  31. #include <atldbsch.h>
  32. #include <OLEDBERR.h>
  33.