Subj : Re: unresolved reference To : borland.public.cpp.borlandcpp From : mike Date : Sun Jun 20 2004 08:20 pm > 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. > 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 .