HI All,
I need to develop a dll in C++ which calls a web service for a smart
device/WM. The reason for using C++ is because, that this dll has to
be invoked from a non-dot-net application from the device.
I need to develop the Dll in such a way that i don't have to install
compact framework on the device.
Any help would be appreciated.
Haroon
Cholo Lennon - 25 Feb 2008 14:56 GMT
> HI All,
>
[quoted text clipped - 8 lines]
>
> Haroon
Try using gSOAP library
http://www.cs.fsu.edu/~engelen/soap.html
gSOAP doesn't need .Net framework and has been tested on many platforms
(including WinCE)
--
Cholo Lennon
Bs.As.
ARG