home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / sdkdemo.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  1.1 KB  |  32 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // SDKDemo.h : main header file for SDKDEMO.DLL
  12.  
  13. #if !defined( __AFXCTL_H__ )
  14.     #error include 'afxctl.h' before including this file
  15. #endif
  16.  
  17. #include "resource.h"       // main symbols
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CSDKDemoApp : See SDKDemo.cpp for implementation.
  21.  
  22. class CSDKDemoApp : public COleControlModule
  23. {
  24. public:
  25.     BOOL InitInstance();
  26.     int ExitInstance();
  27. };
  28.  
  29. extern const GUID CDECL _tlid;
  30. extern const WORD _wVerMajor;
  31. extern const WORD _wVerMinor;
  32.