|
Thanks DJMaze! I finally got something working w/ MSVS 2003.
For some reason, HttpOpenRequest() HttpSendRequest() pair wasn't working, so after poking around the docs found InternetOpenUrl().
The big hurdle for me was not knowing this set of functions even existed, so I now have a whole new world to explore!
BTW, I found libwww on the w3c.org website, finally got their samples to work, and your method is WAY more simple and clean.
Anyone who wants my simple MFC based app based on DJMaze's code snippet is welcome to email me for it.
|