Subj : Re: unresolved reference To : borland.public.cpp.borlandcpp From : Genie Date : Mon Jun 21 2004 02:52 pm Thanks all. I downloaded the free c++ compiler from borland and coff2omf is in there but there was also a wininet lib in the lib folder so I used that instead and it compiled and ran without errors...I am trying this technique down below on a different dll msxml.dll to see if it works but thats a different thread.... "Ed Mulroy [TeamB]" wrote: >Coff2omf.exe comes with the later versions of C++ Builder and did not >come with Borland C++, the compiler which is the subject of this >newsgroup. > >Try this: > >- Open a command line window. > >- Change to the compiler's LIB directory > >- Give this command (adjust for the directories on your machine) > implib -c wininet.LIB c:\windows\system32\wininet.DLL > >- Add wininet.lib to your project > >. Ed .