Page 1 of 1

Compilation Error in unit DBXDevartSQLServer

Posted: Mon 08 Aug 2011 00:30
by Cristiano
Hi,

I downloaded the driver for SqlServer to test.
My version of Delphi is the Delphi XE.
I put in the "library path" the path of DBXDevartSQLServer.dcu (located in Delphi15 directory), but when compiling the project the following error occurs:

[DCC Fatal Error] ServerContainer.pas (11): F2051 Unit DBXDevartSQLServer was compiled with a different version of DBXCommon.TDBXDriverDef

What is wrong?

Tks for help.

Posted: Mon 08 Aug 2011 10:37
by AndreyZ
Hello,

To solve the problem, please replace the %dbExpress_driver_for_SQL_Server_Install_Dir%\Delphi15 directory in Library Path with the %dbExpress_driver_for_SQL_Server_Install_Dir%\Source directory.

Posted: Mon 08 Aug 2011 20:50
by Cristiano
Thanks!