View Single Post
  #4 (permalink)  
Old 06-10-2008, 03:57 PM
cpplover cpplover is offline
Newbie
 
Join Date: May 2008
Posts: 8
Credits: 0
Rep Power: 0
cpplover is on a distinguished road
Default Re: A problem with win32 Strings

Thanks

i find best way to solve this problem and i say it :

we must write this code :

Code:
hOpen = InternetOpen((LPCWSTR)"Test Application", 
                      INTERNET_OPEN_TYPE_PRECONFIG,
                      NULL, NULL, 0);
and add wininet.lib in program.
Reply With Quote