Subj : Unresolved external '_mysql_init' is not in my source To : borland.public.cpp.borlandcpp From : Robert Eberhardt Date : Sun Aug 29 2004 04:15 pm 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? regards robert .