I am trying to use CInternetSession class in my program but I am getting an error of undeclared identifier. Can somebody please help me? i have got IE installed.
<br><br>If we had some code to look at it might help us undestand your problem better. Anyway here is an example of using the class you mention:<br><br>CInternetSession sess;<br>CHttpConnection* pConn = NULL;<br><br>pConn = sess.GetHttpConnection("ibm.com", (INTERNET_PORT)80);<br><br><br>Hope this helps<br>-pete
Thanks for your attention. I am not able to use CInternetSession at first place. When I use it it gives me unknown identifier. I read somewhere that it requires the installation of IE. IE supplies some dll which distributes CInternetSession.I have got IE installed but still I am getting error of unknown identifier for CInternetSession. Please help me.<br><br>Zulfi.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.