Subj : Re: unresolved reference To : borland.public.cpp.borlandcpp From : mike Date : Mon Jun 21 2004 08:00 am > Where do I get a copy of that from....its not in BC++ 5.0 > and the only version of BCB I have is v1.0. Is it in that? > > Thanks. > if you re-read my other post i told you to use the coff2omf.exe borland utility (command line) to generate the new libirary. originally you said you tried to add the wininet.lib to the project. what you need to do is this: open a command window. then cd to the dir where you have the wininet.lib. then execute this: "coff2omf wininet.lib bwininet.lib". that will create the wininet.lib file with a format the linker understands. then add the bwininet.lib to your project and relink. aloha, mike .