Im using devc with mysql.
Get the complete package.
There is one sample, a DLL and an import library for Visual C++. Use the reimp tool from mingw utils to convert it.
No you can use this import library in your devc project but you will need the dll in system32 or in exe-dir.
for test:
Use import on the sample programm add the converted import library and enjoy.
Im working wiht 4.0.12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey all,
I've tried multiple SDK for MySQL with C++ downloaded from www.mysql.com but non of them work for Dev C++
Do any of you have a complete version of MySQL for Dev with everything included?
Thanx for any help
Devouring One
Im using devc with mysql.
Get the complete package.
There is one sample, a DLL and an import library for Visual C++. Use the reimp tool from mingw utils to convert it.
No you can use this import library in your devc project but you will need the dll in system32 or in exe-dir.
for test:
Use import on the sample programm add the converted import library and enjoy.
Im working wiht 4.0.12
Kip released a MySQL Dev-Pak... Check vUpdate.
Curtis
Thanx very much!!! All is good now
Glad you got it working...
Curtis