Subj : Re: Linking libraries... To : borland.public.cpp.borlandcpp From : waking Date : Sat May 01 2004 10:25 pm On 29 Apr 2004 13:11:20 -0700, "Jason Schierling" wrote: >I have a somewhat large application that uses a GPIB interface. >i get a bunch of linking errors when I try to make the .exe. >The errors say "Undefined symbol "xxx" in module "xxx". >I am including the correct header files and the library path is correct If the undefined symbols are from the GPIB or other 3rd party library, then you haven't added the LIB file to your project. Note that simply specifying the path is not sufficient. That only works for lib files which came with the compiler. -- Wayne A. King (waking@idirect.com, Wayne_A_King@compuserve.com) .