Return to site

Mysql for visual studio 2010 download

broken image

LIB/.DLL files since I have already installed MySQL server for 圆4, just to link the 32-bits library to the x86 version of my software.Īnd a last question, is it possible (allowed) to bundle (only) the. If I want to build my software for both 32 and 64 bits (on a 圆4 machine), how can I add the 32-bits version of the libraries? Maybe in a different directory and only the. Just installed MySQL 8.0.15, the download page says that it installs both 32 and 64 bits, but it appears that the same package installs the 32 *or* 64 bits (only one, depending on the target system).

broken image

The library compiles fine but MySQL only lets me to link in 圆4 (64-bits) when I use libmysql.lib (C API), if I try to output a x86 (32-bits) it fails due 'unresolved symbols'. I am porting a library that requires MySQL, from *NIX (gcc) to Windows (Visual Studio - VC++).

broken image