News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Problem with cpp mysql Database connectivity in Windows 10

Started by roit93, March 21, 2019, 03:30:37 PM

Previous topic - Next topic

roit93

Good morning to all!
As the title says I have problems with cpp mysql database connectivity in Windows 10, in particular I followed the tutorial at the following link https://tutorialplaceforall.blogspot.com/2017/03/connecting-code-blocks-c-with-mysql-and.html. Could you tell me why I have the following errors and how I can resolve it?
Thanks in advance!

sodev

Don't follow shitty tutorials, saves you a lot of trouble.

Just for the record, there is no such thing like CodeBlocks C++, your problem is unrelated to CodeBlocks and offtopic for this forum.

You either did not follow the steps of that tutorial and didn't link any of the MySQL libs or your compiler can't read these precompiled ones. Their names look like MSVC but they are C only so GCC might be able to read them.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]