error LNK2019:无法解析的外部符号

error LNK2019:无法解析的外部符号
1.最好先用ACE自身的例子,测试所编库的正确性.
2.确保ACE.lib或ACEd.lib能正确的链接到工程中.
3.如果出现"__declspec(dllimport) int __cdecl ace_os_main_i"字样的链接错误,可以考虑加上#include "ace/OS_main.h"

你可能感兴趣的:(error LNK2019:无法解析的外部符号)