Hello, I'm trying to install the JVCL into Borland C++Builder 5, and I can't get the JvNet package to link. I get the following error messages:
[Linker Error] Unresolved external 'InternetOpenA' referenced from C:\PROGRAM FILES\BORLAND\JVCL\LIB\C5\
JVURLGRABB
ERS.OBJ
[Linker Error] Unresolved external 'InternetSetOptionA' referenced from C:\PROGRAM FILES\BORLAND\JVCL\LIB\C5\
JVURLGRABB
ERS.OBJ
[Linker Error] Unresolved external 'InternetConnectA' referenced from C:\PROGRAM FILES\BORLAND\JVCL\LIB\C5\
JVURLGRABB
ERS.OBJ
Followed by many other similar messages...
So... what now? I've tried including wininet.lib into the package, but it makes no difference.
Any ideas?
Start Free Trial