Code:game.obj : error LNK2001: unresolved external symbol _URLDownloadToFileA@20 Debug/WebRover.exe : fatal error LNK1120: 1 unresolved externalsI get it here
Code:char URL[150]; GetWindowText(SearchBox, URL, 150); URLDownloadToFile(NULL, URL, "url.txt", 0, NULL);




I get it here
Reply With Quote