Link to home
Start Free TrialLog in
Avatar of softechnics
softechnics

asked on

_namespaces not found in gSOAP file

I'm using gSOAP to generate a Web Service. When I build the project, I get an "unresolved external symbol" error on "_namespaces" in stdsoap2.obj. I'm obviously not linking/including some library or include file, but I don't know where _namespaces is defined.

Anyone know where this symbol is defined?
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of softechnics
softechnics

ASKER

That was it. Thanks.