home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // SDKDemo.h : main header file for SDKDEMO.DLL
-
- #if !defined( __AFXCTL_H__ )
- #error include 'afxctl.h' before including this file
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CSDKDemoApp : See SDKDemo.cpp for implementation.
-
- class CSDKDemoApp : public COleControlModule
- {
- public:
- BOOL InitInstance();
- int ExitInstance();
- };
-
- extern const GUID CDECL _tlid;
- extern const WORD _wVerMajor;
- extern const WORD _wVerMinor;
-