Hello
I have a win32 Application and a problem with it:
it's my code :
Code:
hOpen = InternetOpen("Test Aplication",
INTERNET_OPEN_TYPE_PRECONFIG,
NULL, NULL, 0);
But when I use this code my program has below error :
error C2664: 'InternetOpenW' : cannot convert parameter 1 from 'const char [16]' to 'LPCWSTR'
can someone help me to solve this problem ?
thanks .