As Norbert said, you first need the database client library. For MySQL for
example you could download it from here:
http://dev.mysql.com/downloads/connector/c/

then, download the OpenDBX windows DLL from here:
http://linuxnetworks.de/opendbx/download/opendbx-1.4.5_win32.zip

and copy those dll (the opendbx and mysql ones)  to where the CodeBlocks
executable is, or to C:/Windows/System32/

something like that should work.

good luck

mariano

On Tue, Aug 17, 2010 at 11:21 PM, Norbert Sendetzky <
norb...@linuxnetworks.de> wrote:

> 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
>
------------------------------------------------------------------------------
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

Reply via email to