hInet = InternetOpen("Test", INTERNET_OPEN_TYPE_DIRECT,NULL,NULL,0);
// go to the desired URL:
hFile = InternetOpenUrl(hInet,HTTPSERVER,NULL,0,0,0);
6 个解决方案
#1
12006?1206是网络连接配置文件损坏。
#2
在哪里有详细的信息啊???
#3
Visual Studio的Error Lookup小工具可以查错误。
#4
是上次做的某些东西没有关闭的缘故。
#5
12006 ERROR_INTERNET_UNRECOGNIZED_SCHEME
The URL scheme could not be recognized or is not supported.
The URL scheme could not be recognized or is not supported.
#6
应该怎么改啊???
#1
12006?1206是网络连接配置文件损坏。
#2
在哪里有详细的信息啊???
#3
Visual Studio的Error Lookup小工具可以查错误。
#4
是上次做的某些东西没有关闭的缘故。
#5
12006 ERROR_INTERNET_UNRECOGNIZED_SCHEME
The URL scheme could not be recognized or is not supported.
The URL scheme could not be recognized or is not supported.
#6
应该怎么改啊???