错误LNK2001:未解析的外部符号_soap_new

时间:2016-05-18 10:48:53

标签: c++ gsoap

我已经生成了使用Web服务所需的gsoap文件。在我的课上我有

CMyCaller::CMyCaller()
{
    m_pCurrencyConvertor= new T24WebServicesImplPortBinding;
}

当我编译时,我得到了:

  

链接... MyCaller.obj:错误LNK2001:未解析的外部符号   _soap_new MyCaller.obj:错误LNK2001:未解析的外部符号“int __cdecl soap_call ___ ns2__callOfs(struct soap *,char const *,char   const *,类ns2__callOfs *,类ns2__callOfsResponse *)“   (?soap_call ___ ns2__callOfs @@ YAHPAUsoap @@ PBD1PAVns2__callOfs @@ P   AVns2__callOfsResponse @@@ Z)

我已在MyCaller.h中包含T24WebServicesImplPortBinding类的.h文件。

如何解决此问题?

0 个答案:

没有答案