3d7 Subj : Re: Unresolved external '_mysql_init' is not in my source To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Sun Aug 29 2004 11:35 am 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 > Robert Eberhardt wrote in message > news:cgskr1$ccj$03$1@news.t-online.com... > >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? . 0