// McDemo.h : PROJECT_NAME Ó¦ÓóÌÐòµÄÖ÷Í·Îļþ // #pragma once #ifndef __AFXWIN_H__ #error "ÔÚ°üº¬´ËÎļþ֮ǰ°üº¬¡°stdafx.h¡±ÒÔÉú³É PCH Îļþ" #endif #include "resource.h" // Ö÷·ûºÅ #include "..\McLibrarySDK\include\McLib.h" // CMcDemoApp: // ÓйشËÀàµÄʵÏÖ£¬Çë²ÎÔÄ McDemo.cpp // class CMcDemoApp : public CWinApp { public: CMcDemoApp(); // ÖØÐ´ public: virtual BOOL InitInstance(); // ʵÏÖ DECLARE_MESSAGE_MAP() virtual int ExitInstance(); }; extern CMcDemoApp theApp;