EDN Admin
Well-known member
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
View the full article