delhpi7/2005 compatibility - sdac packages names
delhpi7/2005 compatibility - sdac packages names
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}...?