On Tue September 15 2009 18:44:44 Mariano Martinez Peck wrote: > Excellent!!! I did a very little test and seems to work MySQL under > Windows!!!! > > Now, just being curious, what was the problem? how did you make it work?
You have to include <windows.h> before <mysql.h> and autoconf/automake seems to have a problem with .lib files (e.g. mysql.lib). If you rename them to libmysql.dll it works. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf
_______________________________________________ libopendbx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX
