Subj : Re: unresolved reference To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Mon Jun 21 2004 04:11 pm 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 > enie wrote in message > news:40d724b2$1@newsgroups.borland.com... > > I do not have coff2omf, where can i get a copy of that from. .