VS2010 MFC & mysql : The application was unable to start correctly (0xc000007b)

0

This error occurs when creating win32 application module.

Cause) On a 64-bit system, a 32-bit application invokes a 64-bit dll file.

Resolution) Copy libmysql.dll from C: \ Program Files (x86) \ MySQL \ MySQL Server 5.7 \ lib to my application folder.

mysql
visual-studio-2010
mfc
asked on Stack Overflow Jan 11, 2019 by moon ss

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0