Unresolved external reference error in InternetOpen() - C++
-
I want to use windows InternetOpen() function call. In the documentation it is mentioned as it can be used in "OS Versions: Windows CE 2.0 and later". But i came to know after some search as, it possible to use this function call in windows XP. I have included "Wininet.h" header file also to use this function call. when i compile the program it throws error as "error LNK2001: unresolved external symbol __imp__InternetOpenW@20". Help me to get rid of this issue. - vp
-
I want to use windows InternetOpen() function call. In the documentation it is mentioned as it can be used in "OS Versions: Windows CE 2.0 and later". But i came to know after some search as, it possible to use this function call in windows XP. I have included "Wininet.h" header file also to use this function call. when i compile the program it throws error as "error LNK2001: unresolved external symbol __imp__InternetOpenW@20". Help me to get rid of this issue. - vp
You probably forgot to link to "Wininet.lib" as it is stated in the documentation[^].
Cédric Moonen Software developer
Charting control [v1.2] -
I want to use windows InternetOpen() function call. In the documentation it is mentioned as it can be used in "OS Versions: Windows CE 2.0 and later". But i came to know after some search as, it possible to use this function call in windows XP. I have included "Wininet.h" header file also to use this function call. when i compile the program it throws error as "error LNK2001: unresolved external symbol __imp__InternetOpenW@20". Help me to get rid of this issue. - vp
-
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN