delhpi7/2005 compatibility - sdac packages names

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Franz

delhpi7/2005 compatibility - sdac packages names

Post by Franz » Tue 04 Oct 2005 17:18

I want to compile sources using different versions of delphi - 7 and 2005. It workls perfectly with original delphi packages - it is enough to use "vcl", "vcldb", ... in imports section and delphi adds the correct suffix 70 or 90 automatically. This approach does not work with sdac - when i add only "sdac" to package imports, the compiler does not find the package. Is some workaround possible or do I have to work with {$IFDEF VER170}...?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 05 Oct 2005 10:36

We advise to use different project (dpr and bdsproj) files for different Delphi versions.

Post Reply