I am trying to write an FTP program to transfer files to a server automatically, but I get an unresolved external for InternetOpen(), InternetOpenW(), InternetCloseHandle(), etc. How do I fix this I have included wininet.h, what else do I need to do
Thanks,
-The Joshinator

Unresolved External for FTP code
jonchicoine
You need to link with Wininet.lib.
mac314