Визуальное программирование и MFC

       

Name.h


#if !defined(AFX_NAME_H__EC72D082_FABF_11D1_9525_0080488929D2__INCLUDED_) #define AFX_NAME_H__EC72D082_FABF_11D1_9525_0080488929D2__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000   // name.h : main header file for NAME.DLL   #if !defined( __AFXCTL_H__ ) #error include 'afxctl.h' before including this file #endif   #include "resource.h" // main symbols   ///////////////////////////////////////////////////////////////////////////// // CNameApp : See name.cpp for implementation.   class CNameApp : public COleControlModule { public: BOOL InitInstance(); int ExitInstance(); };   extern const GUID CDECL _tlid; extern const WORD _wVerMajor; extern const WORD _wVerMinor;   //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line.   #endif // !defined(AFX_NAME_H__EC72D082_FABF_11D1_9525_0080488929D2__INCLUDED)



Содержание раздела