Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Query about WinHttp

17 views
Skip to first unread message

Anu Singh

unread,
Sep 29, 2009, 3:50:04 AM9/29/09
to
may I use WinHttp on windows mobile? Actually, I'm going to port win32
application on mobile where I had used WinHttp APIs, but i am not able
to locate winhttp.h in our window mobile SDK.

can I Use WinHttp on windows Mobile? Please help me.

Thanks In Advance
Anu Singh

Paul G. Tobey [ eMVP ]

unread,
Sep 30, 2009, 4:14:09 PM9/30/09
to
I know nothing about WinHTTP, but, if there are no header files in the
Windows Mobile SDK include folder that define any of the WinHTTP functions,
then no you can't use it.

Paul T.

Rob

unread,
Oct 4, 2009, 7:00:01 AM10/4/09
to

,
If WinHTTP is not in your OS, considder implementing it yourself.
WinHTTP is just a thin layer on top of TCPIP.
It is quite simple.
I have written a HTTP protocol class for my webservices software.
Everything you need can easily be found on inet.
I think the MS librarys are not that nice anyway (vague interface, internal
exceptions etc).

Kind regards,
Rob
www.robtso.nl

Christopher Fairbairn [MVP]

unread,
Oct 7, 2009, 7:05:06 PM10/7/09
to
Hi Anu Singh,

"Anu Singh" <anusi...@gmail.com> wrote in message
news:39e3484b-799b-47db...@e8g2000yqo.googlegroups.com...


> can I Use WinHttp on windows Mobile? Please help me.

Could you make use of the WinInet library instead? As this is supported by
the Windows Mobile SDKs.

http://msdn.microsoft.com/en-us/library/aa451890.aspx provides an overview
of how to use this API to send HTTP requests to a server.

Hope this helps,
Christopher Fairbairn


0 new messages