|
小弟初次使用vs2005写了个ace的简单的例子,编译时出现链接错误,我看的工具-选项下ace的库路径都是对的,为什么链接不成功。谢谢啦
1>Get_Opt.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall ACE_Get_Opt::~ACE_Get_Opt(void)" (__imp_??1ACE_Get_Opt@@QAE@XZ),该符号在函数 _wmain 中被引用
1>Get_Opt.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: int __cdecl ACE_Log_Msg::log(enum ACE_Log_Priority,char const *,...)" (__imp_?log@ACE_Log_Msg@@QAAHW4ACE_Log_Priority@@PBDZZ),该符号在函数 _wmain 中被引用
1>Get_Opt.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall ACE_Log_Msg::conditional_set(char const *,int,int,int)" (__imp_?conditional_set@ACE_Log_Msg@@QAEXPBDHHH@Z),该符号在函数 _wmain 中被引用
1>Get_Opt.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: static class ACE_Log_Msg * __cdecl ACE_Log_Msg::instance(void)" (__imp_?instance@ACE_Log_Msg@@SAPAV1@XZ),该符号在函数 _wmain 中被引用
1>Get_Opt.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: static int __cdecl ACE_Log_Msg::last_error_adapter(void)" (__imp_?last_error_adapter@ACE_Log_Msg@@SAHXZ),该符号在函数 _wmain 中被引用
1>Get_Opt.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: int __thiscall ACE_Get_Opt::operator()(void)" (__imp_??RACE_Get_Opt@@QAEHXZ),该符号在函数 _wmain 中被引用
1>Get_Opt.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall ACE_Get_Opt::ACE_Get_Opt(int,char * *,char const *,int,int,int,int)" (__imp_??0ACE_Get_Opt@@QAE@HPAPADPBDHHHH@Z),该符号在函数 _wmain 中被引用
1>E:\ace_study\Get_Opt\Debug\Get_Opt.exe : fatal error LNK1120: 7 个无法解析的外部命令 |
|