#pragma once // MFCCOMControlLibrary.h : main header file for MFCCOMControlLibrary.DLL #if !defined( __AFXCTL_H__ ) #error "include 'afxctl.h' before including this file" #endif #include "resource.h" // main symbols // CMFCCOMControlLibraryApp : See MFCCOMControlLibrary.cpp for implementation. class CMFCCOMControlLibraryApp : public COleControlModule { public: BOOL InitInstance(); int ExitInstance(); }; extern const GUID CDECL _tlid; extern const WORD _wVerMajor; extern const WORD _wVerMinor;