gSOAP link problems

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello list. Ive tested with gSOAP sample projects. Ive loaded the calc Visual Studio 2005 project, and compiles and runs correctly. In order to test with gSOAP Ive create a new Visual Studio 2005 project and Ive generated the files: main.cpp, stdsoap2.cpp, calc.h, soapH.h, soapC.cpp, calc.nsmap, soapcalcProxy.cpp and soapStub.h. All is right until I generate the project:<br/> <br/> ...<br/> <br/> error LNK2019: unresolved external symbol _send@16 referenced in function _fsend stdsoap2.obj<br/> <br/> error LNK2001: unresolved external symbol _namespaces stdsoap2.obj <br/> <br/> ...<br/> <br/> In gSOAP sample calc project, its generated correctly and works fine. However, in my project, Visual Studio dumps me errors like above.<br/> <br/> Can you help me, please?<br/> I will appreciate your help a lot.

View the full article
 
Back
Top