|
-
July 8th, 2002, 04:55 AM
#1
CHttpFile,CInternetConnection against CHttpConnection and CInternetSession in ATL/CO
Hi ,
Is there any equivalent sample code for CHttpFile,CInternetConnection against CHttpConnection and CInternetSession in ATL/COM without any dependency of MFC (As Tear sample code in MFC).
As you know "The TEAR sample shows how to write an MFC console application that uses WININET.DLL to communicate with the Internet. The sample shows how to form an HTTP request using CHttpFile against CHttpConnection and CInternetSession objects."
I need the same requirements to communicate with Internet using ATL/COM but without MFC dependency.
Any suggestion appreciated.
Regards,
Dswain
-
July 9th, 2002, 02:11 AM
#2
Hi,
http://www.codeguru.com/atl/asyncpp.shtml demonstrates such techniques. Also, at this MSJ article, you can capture someone utilizing a mix of technologies at once (although this not what you may want, still it makes a good read). This is a VB project demonstrating the same what the above codeguru article did in VC.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|