347 Subj : Re: Adding libraries to Borland 4.5 To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Tue May 04 2004 12:22 pm The path only tells the linker where it might look for libraries. Other than for the default libraries that the compiler expects to use you must add any libraries you want to use to the project. You add them the same way you would add a source file or resource file, go to the project window, highlight the exe file name and press the insert key. .. Ed > Jason Schierling wrote in message > news:4097a9f3$1@newsgroups.borland.com... > > I have supplied the path to libraries I would like to include in > my project. However, I have been told this is not enough > and that I must add the libraries to the project. Does anyone > know how to do this using Borland C++ 4.5. . 0