Код: Выделить всё
CMyCaller::CMyCaller()
{
m_pCurrencyConvertor= new T24WebServicesImplPortBinding;
}
Связывание... MyCaller.obj : ошибка LNK2001: неразрешенный внешний символ
_soap_new MyCaller.obj : ошибка LNK2001: неразрешенный внешний символ "int __cdecl мыло_call___ns2__callOfs(struct мыло *,char const *,char
const *,class ns2__callOfs *,class ns2__callOfsResponse * )"
(?soap_call___ns2__callOfs@@YAHPAUsoap@@PBD1PAVns2__callOfs@@P
AVns2__callOfsResponse@@@Z)
Я уже включил в MyCaller.h файл .h класса T24WebServicesImplPortBinding.
Как мне решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/372 ... l-soap-new
Мобильная версия