Log in

View Full Version : pocketSoap in MFC


slomoman
10-13-2003, 07:45 PM
I tried to use PocketSoap to make SebService-Calls on my PocketPC with evc3.
The example is running perfectly. but i tried to use these classes in my MFC-app and I get hundreds of error like:
D:\sources\EVC++\iManual\iManual1\psQuote2Dlg.cpp(85) : error C2065: 'CComPtr' : undeclared identifier
D:\sources\EVC++\iManual\iManual1\psQuote2Dlg.cpp(85) : error C2275: 'ISOAPEnvelope' : illegal use of this type as an expression
D:\sources\EVC++\iManual\iManual1\pSOAP.h(1209) : see declaration of 'ISOAPEnvelope'

what can i do?
All files like pSoap.h or ATLBase.h are found, but still there are so many errors..
maybe it it because pocketSOAP uses ATL in some way?