Hello world,
I have linker problems when i use mysqlclient library,
in static mod, i use mysqlclient.a and the linker tells me that it does not find "definitions" of the functions i used
in dynamic mod it tells me mysqlclient not found whereas i put it in dev-cpp\lib directory
please help ... it works only on linux but not on windows
send me your answers please to malahraichi@free.fr
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Only got mysql dyn lib working on windows, static lib didn't so anything but giving me errors. I downloaded a precompiled MSVC lib and used reimp to get it working with gcc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello world,
I have linker problems when i use mysqlclient library,
in static mod, i use mysqlclient.a and the linker tells me that it does not find "definitions" of the functions i used
in dynamic mod it tells me mysqlclient not found whereas i put it in dev-cpp\lib directory
please help ... it works only on linux but not on windows
send me your answers please to malahraichi@free.fr
Only got mysql dyn lib working on windows, static lib didn't so anything but giving me errors. I downloaded a precompiled MSVC lib and used reimp to get it working with gcc.