......
......
//creates the root HINTERNET handle that is used to establish the FTP session.
HINTERNET hInetSession=InternetOpen(m_szAppName,INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,0);
..............这是一段关于建立ftp通讯的小程序,可是当我进行编译连接的时候总出错,不知道为什么?提示代码如下:
error LNK2001: unresolved external symbol __imp__InternetOpenA@20
Error executing link.exe.
Creating browse info file...
请指点