hi everybody,
This is a post more for gSOAP than Qt.
It's about the "error LNK2001: unresolved external symbol _namespaces" reported by xgoan.
Since this is one of the few places i've found mentioning this problem, i just want to post the solution for anyone suffering the same problem.
The fix is to #include the nsmap file that is generated by gSOAP in your own cpp files:
#include "soapH.h" // or whatever it is called, you must already have it
#include "whatever.nsmap" // this is what you have to add to fix the problem
The solution was originally posted in an spanish forum:
http://www.programacion.com/foros/37/msg/171805
enjoy!
Bookmarks