在VC的.cpp中加入如下头文件及库的引用。

#include <afxinet.h>
#include <wininet.h>
#include <windows.h>
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib")
#pragma comment(lib,"wininet")

 

可以解决如下问题。

E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(184) : error C2065: 'InternetGetConnectedState' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(186) : error C2065: 'timeGetTime' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(187) : error C2065: 'HINTERNET' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(187) : error C2146: syntax error : missing ';' before identifier 'hOpen'
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(187) : error C2065: 'hOpen' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(188) : error C2065: 'INTERNET_CONNECTION_PROXY' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(189) : error C2065: 'InternetOpenA' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(189) : error C2065: 'INTERNET_OPEN_TYPE_PRECONFIG_WITH_NO_AUTOPROXY' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(191) : error C2065: 'INTERNET_OPEN_TYPE_PRECONFIG' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(201) : error C2146: syntax error : missing ';' before identifier 'hConnect'
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(201) : error C2065: 'hConnect' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(204) : error C2065: 'InternetOpenUrlA' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(205) : error C2065: 'INTERNET_FLAG_DONT_CACHE' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(205) : error C2065: 'INTERNET_FLAG_PRAGMA_NOCACHE' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(205) : error C2065: 'INTERNET_FLAG_RELOAD' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(221) : error C2065: 'HttpQueryInfo' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(221) : error C2065: 'HTTP_QUERY_CONTENT_LENGTH' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(221) : error C2065: 'HTTP_QUERY_FLAG_NUMBER' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(235) : error C2065: 'InternetReadFile' : undeclared identifier
E:\software\vc代码\hxyIEWorkSpace\hxySIE\Update\UpdateDlg.cpp(264) : error C2065: 'InternetCloseHandle' : undeclared identifier