// TestDlg.h : PROJECT_NAME Ӧ�ó������ͷ�ļ� // #pragma once #ifndef __AFXWIN_H__ #error "�ڰ������ļ�֮ǰ������stdafx.h�������� PCH �ļ�" #endif #include "resource.h" // ������ // CTestDlgApp: // �йش����ʵ�֣������ TestDlg.cpp // class CTestDlgApp : public CWinApp { public: CTestDlgApp(); // ��д public: virtual BOOL InitInstance(); // ʵ�� DECLARE_MESSAGE_MAP() }; extern CTestDlgApp theApp;