Search found 3 matches

by porthos
Thu Feb 04, 2016 7:05 pm
Forum: Database Related
Topic: How to setup mysql with codeblocks/wxwidgets application
Replies: 5
Views: 18224

Re: How to setup mysql with codeblocks/wxwidgets application

The ODBC part of MySQL and the TDS is part of the other project I'm working on. I just omitted that part to focus only on MySQL but will not totally affect the compilation process. I don't need to tinker with CMake by hand if a GUI is already provided. Saves me some keystrokes. CMake is unable to au...
by porthos
Sun Jan 10, 2016 10:30 pm
Forum: Database Related
Topic: How to setup wxDatabase library with wxwidgets app
Replies: 7
Views: 18570

Re: How to setup wxDatabase library with wxwidgets app

Here is a detailed instruction on how to compile wxDatabase library using Code::Blocks and MinGW on Windows machine. Check it out: http://appdevcodeblocks.blogspot.com/20 ... mingw.html
by porthos
Sun Jan 10, 2016 10:28 pm
Forum: Database Related
Topic: How to setup mysql with codeblocks/wxwidgets application
Replies: 5
Views: 18224

Re: How to setup mysql with codeblocks/wxwidgets application

Hi! I wrote a short description on how I successfully compiled the wxDatabase library using Code::Blocks and MinGW on Windows machine. You may want to check it out. Here is the link: http://appdevcodeblocks.blogspot.com/20 ... mingw.html