[C++] MySQL Wrapper

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

[C++] MySQL Wrapper

Post by ayu »

Has anyone used MySQL Wrapper before? Because I can't figure out how to build the damn libraries. Getting an error about a config-win.h that's missing, and can't figure out where to find it.

If anyone knows how to set it up and get started, then I would appreciate a small walkthrough ^^


Thanks in advance :wink:
"The best place to hide a tree, is in a forest"

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

If you extracted it, it should be in the "MySQL/include/config-win.h"

Code: Select all

http://code.suck-oold.com/112
I posted the config-win.h for you. Just save it in the include directory and you should be fine.
:wink:
[img]http://i81.photobucket.com/albums/j205/ebrizzlez/4lsint1.jpg[/img]

Post Reply