On 08/17/2010 03:16 PM, Doan Viet Dung wrote: > Currently i am working on CodeBlocks IDE (C++, Win32). I just start > look at openDBX. I think I got it installed cause after calling the > ./configure I got no error and the console finished with
I don't know about CodeBlocks but on Windows there are some things to keep in mind. In order to compile the OpenDBX yourself, it's not enough to simply call ./configure. You need to install the database client libraries including the devel packages and call "make" and "make install" so you get the DLL files. Usually, it's easier to use the OpenDBX Windows binaries from the website. > Now I want to create a small app playing with openDBX. I had a MySQL > server installed in my PC. I copied the small codes from the website > then build it and got 5 errors such You also need the the header files in the lib/opendbx directory of the .tar.gz package somewhere in your include path. Norbert ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ libopendbx-devel mailing list libopendbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX