www.pudn.com > HexEditOcx.rar > HexEdit.h


/* 
 * Softerra Hex Editor (c) Softerra, LLC 2005 
 * 
 * FILENAME:	HexEdit.h 
 * SUBSYSTEM:	Core 
 * DESCRIPTION:	Main header file for HEXEDIT.DLL 
 */ 
 
#if !defined(SOFTERRA_HEXEDITOR_HEXEDIT_H_INCLUDED_) 
#define SOFTERRA_HEXEDITOR_HEXEDIT_H_INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#if !defined( __AFXCTL_H__ ) 
	#error include 'afxctl.h' before including this file 
#endif 
 
#include "resource.h"       // main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CHexEditApp : See HexEdit.cpp for implementation. 
 
class CHexEditApp : public COleControlModule 
{ 
public: 
	BOOL InitInstance(); 
	int ExitInstance(); 
}; 
 
extern const GUID CDECL _tlid; 
extern const WORD _wVerMajor; 
extern const WORD _wVerMinor; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(SOFTERRA_HEXEDITOR_HEXEDIT_H_INCLUDED_)