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

Windows Development

 
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 
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 
just started console application to see how I can obtain the FTP directory . one of the params was a HINTERNET handle

This is the code As for the property pages as I can not attach a picture I can only read off what I think is relevant

use of MFC - use standard windows libraries

Character Set Use Unicode character set

Windows SDK Version 10.0.17763.0

C++
#include "pch.h"
#include <iostream>
#include "winInet.h"
int main()
{
    std::cout << "Hello World!\n"; 
	InternetOpen("DBGR", INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, INTERNET_FLAG_ASYNC);
}


This was the include directory generated by Visual Studio


Quote:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\include
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\VS\include
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\winrt
C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\cppwinrt
C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\Include\um

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 
AnswerRe: Why do I set a static IP in my computer without network ? Pin
Maciej Los11-Sep-19 20:23
mveMaciej Los11-Sep-19 20:23 
GeneralRe: Why do I set a static IP in my computer without network ? Pin
Member 245846711-Sep-19 20:31
Member 245846711-Sep-19 20:31 

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.