I have a simple windows program which uses some wininet functions. However, I get "unresolved external" for all the wininet functions. When that happens in Visual Studio it means I need to add "wininet.lib" to the linker settings. However, I don't know how to do this on the Borland 5.5 compiler.
I tried the -L option in various combinations in the command line but with no luck. wininet.lib is in c:\borland\bcc55\lib\psdk\ along with all the other lib files and "c:\borland\bcc55\lib" is the option in the ilink 32.cfg file so it seems like it should pick it up, no?
I tried the -L option in various combinations in the command line but with no luck. wininet.lib is in c:\borland\bcc55\lib\psdk\ along with all the other lib files and "c:\borland\bcc55\lib" is the option in the ilink 32.cfg file so it seems like it should pick it up, no?