Subj : Re: Unresolved external '_mysql_init' is not in my source To : borland.public.cpp.borlandcpp From : Robert Eberhardt Date : Mon Aug 30 2004 08:01 am Ed Mulroy [TeamB] wrote: > It is not enough that the import library for the DLL is somewhere on > the disk. You must add the import library to the project for it to be > used. > > . Ed here my project options: from what the compiler forms the external reference, in my source or headers is these don't contain? > > >>Robert Eberhardt wrote in message >> >>I am using c++Builder 5.02 under Win2K. >>My program contains the mysql-api explicit for borland. >>The Compile ended without errors. However, I get any link errors: >> >>[Linker Error] Unresolved external '_mysql_init' referenced from >>D:\B_PROG\AA1\W2KMAIN.OBJ >>[Linker Error] Unresolved external '_mysql_options' referenced from >>D:\B_PROG\AA1\W2KMAIN.OBJ >> >>I processed the library (lib) already with IMPLIB. >>The Reference _mysql_init it's only contain in the obj-file, doesn't >>contain in any source or lib. >> >>can somebody help here? > > > .