Error using Qt + gSOAP
-
Hi,
I'm trying to use the "Betfair API":http://bdp.betfair.com/index.php?option=com_content&task=view&id=33&Itemid=44 that is a "SOAP webservice":https://api.betfair.com/global/v3/BFGlobalService.wsdl.Following that wiki article http://qt-project.org/wiki/How_to_use_gSOAP_with_Qt_for_Web_Service_Client I tried to use gSOAP.
The terminal log: http://pastebin.com/snGvJBTc
The test project: http://dl.dropbox.com/u/6416035/testesoap.zipI got a lot of undefined reference errors and first find here :s I think this is because I insert libws2_32.a and this is a unix librarie, I'm using Windows 7.
Thanks
-
bq. I think this is because I insert libws2_32.a and this is a unix librarie, I’m using Windows 7.
Whats right! You need to include .lib library instead.
-
Search for gSOAP compiled binary packet for VS in net, or compile it yourself.