// $projectname$.h: $projectname$ DLL 的主标头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含 'pch.h' 以生成 PCH" #endif #include "resource.h" // 主符号 // $appclass$ // 有关此类实现的信息,请参阅 $projectname$.cpp // class $appclass$ : public $appbaseclass$ { public: $appclass$(); // 重写 public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };