Subj : Re: wininet an BC++ 5.02 To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Sat Jan 17 2004 02:22 pm The library is an import library which defines what items are provided by the DLL. Assuming that your copy of wininet.dll is in the path c:\windows\system32 then a command line to create an import library that you can use might go something like this: implib -c c:\bc5\lib\wininet.LIB c:\windows\system32\wininet.DLL Afterwards add wininet.lib to your project. .. Ed > jesús a bermúdez silva wrote in message > news:400989d1$1@newsgroups.borland.com... > > I would like to use wininet and bc++ 5.02 but just cannot > get started. > > I also have Visual C++ 5.0 which ships with wininet.h > and wininet.lib, but the library will not link with BC++ 5.02. > > I have unsuccessfully looked around the msdn to ensure > that if I download the wininet sdk it will support BC++ 5.02. .