Subj : Re: unresolved reference To : borland.public.cpp.borlandcpp From : Genie Date : Mon Jun 21 2004 06:49 am "mike" wrote: >> The actual error is Error:Error: Unresolved >> external 'xxx' referenced from module >> xxx.cpp > >This means it can't link the library to the executable. > 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. >> But when I build the project I get the above error in BC++5.0 >> I have tried adding the .lib to the project and various other >> things but nothing seems to work. >> >> How do I get rid of those errors. > >i've done this before. you should just need to add the wininet.lib to the >project. you need to be sure that the library is in the right format. >Borland 5.02 does NOT provide this library so i'm assuming you have gotten >it from the platform sdk from Microsoft. if this is the case you need to >change the format of the library. borland has a utility to do so >(coff2omf.exe). after you change the format, try adding the new library the >project and relink. > >aloha, >mike > > .