Click here to Skip to main content
15,887,346 members
Home / Discussions / Windows Development
   

Windows Development

 
GeneralRe: DNS query with winsock was failed Pin
Eugene Pustovoyt12-Feb-20 22:04
Eugene Pustovoyt12-Feb-20 22:04 
GeneralRe: DNS query with winsock was failed Pin
Richard MacCutchan12-Feb-20 23:27
mveRichard MacCutchan12-Feb-20 23:27 
GeneralRe: DNS query with winsock was failed Pin
Eugene Pustovoyt12-Feb-20 23:35
Eugene Pustovoyt12-Feb-20 23:35 
GeneralRe: DNS query with winsock was failed Pin
Richard MacCutchan12-Feb-20 23:49
mveRichard MacCutchan12-Feb-20 23:49 
AnswerRe: DNS query with winsock was failed Pin
Randor 15-Aug-20 9:19
professional Randor 15-Aug-20 9:19 
QuestionObtaining HINTERNET Handles Pin
ForNow11-Feb-20 3:15
ForNow11-Feb-20 3:15 
AnswerRe: Obtaining HINTERNET Handles Pin
Richard MacCutchan11-Feb-20 5:26
mveRichard MacCutchan11-Feb-20 5:26 
GeneralRe: Obtaining HINTERNET Handles Pin
ForNow11-Feb-20 5:53
ForNow11-Feb-20 5:53 
Sorry my mistake its InternetOpen regardless intelisense is giving me a error #define internetOpen internetOpenW and internetOpenW is not defined

However looking at winInet.h

C++
INTERNETAPI_(HINTERNET) InternetOpenA(
    _In_opt_ LPCSTR lpszAgent,
    _In_ DWORD dwAccessType,
    _In_opt_ LPCSTR lpszProxy,
    _In_opt_ LPCSTR lpszProxyBypass,
    _In_ DWORD dwFlags
    );
INTERNETAPI_(HINTERNET) InternetOpenW(
    _In_opt_ LPCWSTR lpszAgent,
    _In_ DWORD dwAccessType,
    _In_opt_ LPCWSTR lpszProxy,
    _In_opt_ LPCWSTR lpszProxyBypass,
    _In_ DWORD dwFlags
    );
#ifdef UNICODE
#define InternetOpen  InternetOpenW
#else
#define InternetOpen  InternetOpenA
#endif // !UNICODE


Whether my property page settings are Unicode or Multicharacter I still get the same error

Thanks
GeneralRe: Obtaining HINTERNET Handles Pin
Richard MacCutchan11-Feb-20 8:18
mveRichard MacCutchan11-Feb-20 8:18 
GeneralRe: Obtaining HINTERNET Handles Pin
ForNow11-Feb-20 9:11
ForNow11-Feb-20 9:11 
GeneralRe: Obtaining HINTERNET Handles Pin
Richard MacCutchan11-Feb-20 9:37
mveRichard MacCutchan11-Feb-20 9:37 
GeneralRe: Obtaining HINTERNET Handles Pin
ForNow11-Feb-20 10:26
ForNow11-Feb-20 10:26 
QuestionRegistery Setting for FTP Pin
ForNow9-Feb-20 5:58
ForNow9-Feb-20 5:58 
AnswerRe: Registery Setting for FTP Pin
Richard MacCutchan9-Feb-20 6:57
mveRichard MacCutchan9-Feb-20 6:57 
GeneralRe: Registery Setting for FTP Pin
ForNow9-Feb-20 8:38
ForNow9-Feb-20 8:38 
GeneralRe: Registery Setting for FTP Pin
Richard MacCutchan9-Feb-20 21:17
mveRichard MacCutchan9-Feb-20 21:17 
GeneralRe: Registery Setting for FTP Pin
ForNow10-Feb-20 0:48
ForNow10-Feb-20 0:48 
GeneralRe: Registery Setting for FTP Pin
ForNow10-Feb-20 11:01
ForNow10-Feb-20 11:01 
QuestionGuide to different Windows Docker base images? Pin
kalberts27-Oct-19 22:24
kalberts27-Oct-19 22:24 
AnswerRe: Guide to different Windows Docker base images? Pin
Afzaal Ahmad Zeeshan28-Oct-19 1:19
professionalAfzaal Ahmad Zeeshan28-Oct-19 1:19 
QuestionmicroSD card error message about how the disk is write protected fixes ? Pin
Member 245846715-Sep-19 15:44
Member 245846715-Sep-19 15:44 
AnswerRe: microSD card error message about how the disk is write protected fixes ? Pin
Dave Kreskowiak15-Sep-19 16:32
mveDave Kreskowiak15-Sep-19 16:32 
GeneralRe: microSD card error message about how the disk is write protected fixes ? Pin
Member 245846715-Sep-19 18:54
Member 245846715-Sep-19 18:54 
GeneralRe: microSD card error message about how the disk is write protected fixes ? Pin
Richard MacCutchan15-Sep-19 21:21
mveRichard MacCutchan15-Sep-19 21:21 
QuestionWhy do I set a static IP in my computer without network ? Pin
Member 245846711-Sep-19 16:30
Member 245846711-Sep-19 16:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.