Page 1 of 1
dbxmda 3.0.1.0 doesnt work with C++ Builder 2006 !
Posted: Fri 10 Mar 2006 14:26
by styletronic
I am working on an important project and now i see that dbxmda raises an EAccess violation under C++ Builder 2006
Of course i am using the file "dbexpmda30.dll"
What's wrong here? Does the dll only work with Delphi 2006?
Regards, Martin
Posted: Fri 10 Mar 2006 14:47
by styletronic
When i use TSQLConnection instead of TCRSQLConnection, it seems to work.
Posted: Mon 13 Mar 2006 16:06
by Antaeus
This happens because files CRSQLConnection.hpp, CRSQLConnection.obj for C++Builder 2006 wasn't included into installation package. You can build them using something like this:
D10\bin\dcc32 -jphn CRSQLConnection.pas
But if you want we can send them to you by e-mail.
Posted: Mon 13 Mar 2006 20:17
by styletronic
OK, i have built the two files.
What should i do then?
Posted: Tue 14 Mar 2006 12:34
by Antaeus
You should copy these files to any reachable directory and include this directory to the Include search path of your project. This way is recommended.
Another way is copying CRSQLConnection.hpp and CRSQLConnection.obj into dbxMda installation path instead of existing files with the same name.