remoteobjectkitselectlib.h

来自「这是VCF框架的代码」· C头文件 代码 · 共 141 行

H
141
字号
#ifndef _VCF_REMOTEOBJECTKITSELECTLIB_H__#define _VCF_REMOTEOBJECTKITSELECTLIB_H__//RemoteObjectKitSelectLib.h/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*/#if _MSC_VER > 1000#   pragma once#endif/***Helps linking with the right library*/#ifdef _LIB_CPLVERNUM#		undef _LIB_CPLVERNUM#endif# if defined(__INTEL_COMPILER)#   define _LIB_CPLVERNUM "icl7"# elif defined(__ICL)#   define _LIB_CPLVERNUM "icl6"# else#   if (_MSC_VER >= 1400)#     define _LIB_CPLVERNUM "vc80"#   elif (_MSC_VER >= 1310)#     define _LIB_CPLVERNUM "vc71"#   elif (_MSC_VER >= 1300)#     define _LIB_CPLVERNUM "vc70"#   elif (_MSC_VER >= 1200)#		ifdef VCF_GTK#			define _LIB_CPLVERNUM "gtk"#		else#			define _LIB_CPLVERNUM "vc6"#		endif#   elif (_MSC_VER >= 1100)#     define _LIB_CPLVERNUM "vc5"#		endif#  ifdef __BORLANDC__#  define _LIB_CPLVERNUM "bcc"#  endif# endif#ifdef USE_REMOTEKIT_DLL//	using dynamic link library#	ifdef _DEBUG#		pragma comment(lib, "RemoteObjectKit_"_LIB_CPLVERNUM"_d.lib")#	else#		pragma comment(lib, "RemoteObjectKit_"_LIB_CPLVERNUM".lib")#	endif#elif defined USE_REMOTEKIT_LIB//	using statically linked library#	ifdef _DEBUG#		pragma comment(lib, "RemoteObjectKit_"_LIB_CPLVERNUM"_sd.lib")#	else#		pragma comment(lib, "RemoteObjectKit_"_LIB_CPLVERNUM"_s.lib")#	endif#else//	creating the static or dynamic link library#endif // REMOTEKIT_LIB/***CVS Log info*$Log$*Revision 1.3  2006/04/07 02:35:51  ddiego*initial checkin of merge from 0.6.9 dev branch.**Revision 1.2.6.1  2005/11/02 04:38:23  obirsoy*changes required for vc80 support.**Revision 1.2  2004/08/07 02:49:20  ddiego*merged in the devmain-0-6-5 branch to stable**Revision 1.1.2.4  2004/07/30 17:31:56  kiklop74*Added first release of Borland midifications for VCF**Revision 1.1.2.3  2004/06/29 03:17:42  marcelloptr*minor fixes on import/export library macros**Revision 1.1.2.2  2004/04/29 04:12:58  marcelloptr*reformatting of source files: macros and csvlog and copyright sections**Revision 1.1.2.1  2004/04/28 03:45:50  ddiego*migration towards new directory structure**Revision 1.6.2.2  2004/04/26 21:58:47  marcelloptr*changes for dir reorganization: _VCF_MACRO_H__**Revision 1.6.2.1  2004/04/07 21:58:20  marcelloptr*some changes related to _LIB_CPLVERNUM**Revision 1.6  2004/03/03 09:40:25  augusto_roman*Added support for the Intel Compiler v7.1.  Mostly added new project files (icl7), plus support in select lib header files.  Also fixed GraphicsToolKit::getAvailableImageTypes**Revision 1.5  2003/12/18 05:15:59  ddiego*merge from devmain-0-6-2 branch into the stable branch**Revision 1.4.4.1  2003/08/23 02:01:28  marcelloptr*minor fixes + automatic library selection of with vc6, vc70 and vc71**Revision 1.4  2003/05/17 20:37:16  ddiego*this is the checkin for the 0.6.1 release - represents the merge over from*the devmain-0-6-0 branch plus a few minor bug fixes**Revision 1.3.2.1  2003/03/23 03:23:52  marcelloptr*3 empty lines at the end of the files**Revision 1.3  2003/02/26 04:30:42  ddiego*merge of code in the devmain-0-5-9 branch into the current tree.*most additions are in the area of the current linux port, but the major*addition to this release is the addition of a Condition class (currently*still under development) and the change over to using the Delegate class*exclusively from the older event handler macros.**Revision 1.2.8.1  2002/12/27 23:04:43  marcelloptr*Improved macros for automatic import/export of libraries. - Warning fixes. - Other Minor Changes.**Revision 1.2  2002/09/12 03:26:04  ddiego*merged over the changes from the devmain-0-5-5b branch**Revision 1.1.2.1  2002/07/02 06:50:02  marcelloptr*fixes for vc6, vc7, separated builds, automatic library selection, stlport***/#endif // _VCF_REMOTEOBJECTKITSELECTLIB_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?