am using dev c++ updated version for my project
am using myql c api
problem is when i run my application it stop and says that mysql.dll is missing , currently when i place mysql.dll in the app folder it cant give me the error ,
so i want to any static library or something like that so that my application not depend upon mysql.dll
thanks