On Sat, Mar 7, 2009 at 9:59 AM, <mkrivos@...> wrote:
> Revision: 1070
> http://poco.svn.sourceforge.net/poco/?rev=1070&view=rev
> Author: mkrivos
> Date: 2009-03-07 14:59:56 +0000 (Sat, 07 Mar 2009)
>
> Log Message:
> -----------
> compile fix: thirdth parameter of mysql_option()
>
This paraemter been changed from const char* to void in 5.something. That
being said, it would be good if someone could review the MySQL and figure
out the lowest version our code supports. Also, bulk operations will have to
be done there (bind/extract for STL containers). If anyone is interested,
email me for details.
While I'm here, a question about CMake:
It would be nice not to have to maintain three parallel sets of Visual
Studio projects. Can CMake generate VS projects with files grouped in
packages (e.g. Core, Threading, Logging etc) and non-windows files excluded
from build?
Alex
|