经常使用的一些配置信息路径

时间:2021-09-07 08:15:19
CustomTabCtrl.h requires atlgdix.h to be included first


C:\WTL91_5321_Final\Include;


XzmSqlite3WtlApp--


$(SolutionDir)bin\$(Configuration)\$(ProjectName)\


Sqlite3DbEngine--
Sqlite3DbEngine--
XzmSqlite3WtlApp--
XzmSqlite3MfcApp--

--SqliteConnect


ATLComPjt--
ATLComPjt--接口--


ATLComPjt_Proxy_Stub--
ATLComPjt_Proxy_Stub--接口--




JsonLib--
JsonEngine--
JsonEngine--接口--


$(SolutionDir)bin\$(Configuration)\
$(SolutionDir)bin\$(Configuration)\$(ProjectName)\


允许合并代理存根代码


CComPtr<ISqlite3Connect>  
_COM_SMARTPTR_TYPEDEF(ISqliteConnect, __uuidof(ISqliteConnect));
ISqliteConnectPtr




#ifndef WIN64
#ifdef _DEBUG
#pragma comment(lib, "..\\bin\\Debug\\libeay32.lib") // Debug
#else
#pragma comment(lib, "..\\bin\\Release\\libeay32.lib") // Release
#endif
#else
#ifdef _DEBUG
#pragma comment(lib, "\\Debug\\X64\\SdCryptoStor.lib") // Debug
#else
#pragma comment(lib, "\\Release\\X64\\SdCryptoStor.lib") // Release
#endif
#endif

ATL添加方法属性枚举


相关文章