Delphi 2010 and SDAC sources

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Saupg
Posts: 19
Joined: Wed 05 Nov 2008 11:53

Delphi 2010 and SDAC sources

Post by Saupg » Tue 22 Sep 2009 11:10

Hello.

I try to compile SDAC from sources with Delphi 2010.

1. IDE can't open these project files:
- sdac140.dproj
- sdacvcl140.dproj
- dclsdac140.dproj

"Unable to load project SDAC\Source\Delphi14\sdac140.dproj
Error reading "SDAC\Source\Delphi14\sdac140.dproj"
Fatal error 250477278. Line 125, column 47."

2. In SDAC\Demos\Win32\ThirdParty\FastReport\FR4 doesn't exist projects for Delphi14.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 22 Sep 2009 13:14

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SDAC build.

As a temporary solution you can change the following line in the .dproj files:
Delphi.Personality.14
to this line:
Delphi.Personality

Also delete the following line in these files:
14

Post Reply