Discussion:
How to use WinHttp
(too old to reply)
Z***@gmail.com
2006-12-11 17:07:57 UTC
Permalink
I am writing a crawler, and I am using WinHttp to retrieve internet
resourses. The problem is I don't know how to use WinHttp.

I read this article:
http://www.codeproject.com/internet/webcrawler.asp

and copy the code in the article to an empty Win32 Console Project in
VC6.0.
After a bit of changes it compiles OK but it doesn't work(popup "cannot
execute program" message box).
I have installed the windows platform SDK and the SDK works file in
other projects.

Any help will be appreciated.
deepakk
2006-12-20 17:55:23 UTC
Permalink
There are examples on MSDN look under Winhttp Reference, If you have
not already.

-Deepak
Post by Z***@gmail.com
I am writing a crawler, and I am using WinHttp to retrieve internet
resourses. The problem is I don't know how to use WinHttp.
http://www.codeproject.com/internet/webcrawler.asp
and copy the code in the article to an empty Win32 Console Project in
VC6.0.
After a bit of changes it compiles OK but it doesn't work(popup "cannot
execute program" message box).
I have installed the windows platform SDK and the SDK works file in
other projects.
Any help will be appreciated.
Loading...