Page 1 of 1

delhpi7/2005 compatibility - sdac packages names

Posted: Tue 04 Oct 2005 17:18
by Franz
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}...?

Posted: Wed 05 Oct 2005 10:36
by Ikar
We advise to use different project (dpr and bdsproj) files for different Delphi versions.