There are two ways to compile and install SDAC manually: using IDE
and using make-files. Below are detailed instructions which describe
installing SDAC using both ways.
Installing SDAC for Embarcadero RAD Studio XE8 using IDE
If you are using C++Builder XE8, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE8 and perform the following steps:
- Build and compile the dac220.dpk DAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacvcl220.dpk DAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacfmx220.dpk DAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dcldac220.dpk DAC design-time package.
- Build and compile the sdac220.dpk SDAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacvcl220.dpk SDAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacfmx220.dpk SDAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build, compile, and install the dclsdac220.dpk SDAC design-time package.
- Build, compile, and install the dclsdacfmx220.dpk SDAC FireMonkey design-time package.
NOTE: To compile SDAC based Delphi XE8 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows).
Home
Installing SDAC for Embarcadero RAD Studio XE8 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi22 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\Studio\16.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files for 32-bit Windows will be copied to the SDAC\Bin\Delphi22\Win32 directory.
*.bpl files for 64-bit Windows will be copied to the SDAC\Bin\Delphi22\Win64 directory.
*.dylib files for 32-bit Mac OS will be copied to the SDAC\Bin\Delphi22\OSX32 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files for 32-bit Windows will be copied to the SDAC\Lib\Delphi22\Win32 directory.
*.dcu, *.dcp, and *.res files for 64-bit Windows will be copied to the SDAC\Lib\Delphi22\Win64 directory.
*.dcu, *.dcp, *.bpi, *.a, and *.res files for 32-bit Mac OS will be copied to the SDAC\Lib\Delphi22\OSX32 directory.
*.dcu, *.dcp, *.a, and *.res files for the iOS simulator will be copied to the SDAC\Lib\Delphi22\iOSSimulator directory.
*.dcu, *.dcp, *.a, *.o, and *.res files for the 32-bit iOS device will be copied to the SDAC\Lib\Delphi22\iOSDevice32 directory.
*.dcu, *.dcp, *.a, *.o, and *.res files for the 64-bit iOS device will be copied to the SDAC\Lib\Delphi22\iOSDevice64 directory.
*.dcu, *.dcp, *.a, *.o, and *.res files for Android will be copied to the SDAC\Lib\Delphi22\Android directory.
*.hpp files for 32-bit Windows will be copied to the SDAC\Include\Delphi22\Win32 directory.
*.hpp files for 64-bit Windows will be copied to the SDAC\Include\Delphi22\Win64 directory.
*.hpp files for 32-bit Mac OS will be copied to the SDAC\Include\Delphi22\OSX32 directory.
*.hpp files for iOS simulator will be copied to the SDAC\Include\Delphi22\iOSSimulator directory.
*.hpp files for 32-bit iOS device will be copied to the SDAC\Include\Delphi22\iOSDevice32 directory.
*.hpp files for 64-bit iOS device will be copied to the SDAC\Include\Delphi22\iOSDevice64 directory.
*.hpp files for Android will be copied to the SDAC\Include\Delphi22\Android directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi22\Win32\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi22\Win32\*.bpl files to the SysWOW64 directory
and SDAC\Bin\Delphi22\Win64\*.bpl files to the System32 directory.
- Run Embarcadero RAD Studio XE8.
- Install the dclsdac220.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE8 main menu and add
the System32\dclsdac220.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac220.bpl
(if you are using 64-bit Windows) package using the Add button.
- Install the dclsdacfmx220.bpl SDAC FireMonkey design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE8 main menu and add
the System32\dclsdacfmx220.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdacfmx220.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE8 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows, Mac OS, iOS simulator, iOS device, Android). If you want to use
precompiled Source Code, add the
SDAC\Lib\Delphi22\Win32 directory to "Library Path" for
the 32-bit Windows platform, the
SDAC\Lib\Delphi22\Win64 directory to "Library Path" for
the 64-bit Windows platform, the
SDAC\Lib\Delphi22\OSX32 directory to "Library Path" for
the Mac OS platform, the
SDAC\Lib\Delphi22\iOSSimulator directory to "Library Path" for
the iOS sumulator, the
SDAC\Lib\Delphi22\iOSDevice directory to "Library Path" for
the iOS device, and the
SDAC\Lib\Delphi22\Android directory to "Library Path" for
Android.
To compile SDAC based C++Builder XE8 applications, add the
SDAC\Include\Delphi22\Win32 directory to "Include Path"
and the
SDAC\Lib\Delphi22\Win32 directory to "Library Path" for the 32-bit Windows platform, the
SDAC\Include\Delphi22\Win64 directory to "Include Path"
and the
SDAC\Lib\Delphi22\Win64 directory to "Library Path" for the 64-bit Windows platform, the
SDAC\Include\Delphi22\OSX32 directory to "Include Path" and the
SDAC\Lib\Delphi22\OSX32
directory to "Library Path" for the Mac OS platform, the
SDAC\Include\Delphi22\iOSSimulator directory to "Include Path" and the
SDAC\Lib\Delphi22\iOSSimulator
directory to "Library Path" for the iOS simulator, the
SDAC\Include\Delphi22\iOSDevice32 directory to "Include Path" and the
SDAC\Lib\Delphi22\iOSDevice32
directory to "Library Path" for the 32-bit iOS Device, and the
SDAC\Include\Delphi22\iOSDevice64 directory to "Include Path" and the
SDAC\Lib\Delphi22\iOSDevice64
directory to "Library Path" for the 64-bit iOS Device.
Home
Installing SDAC for Embarcadero RAD Studio XE7 using IDE
If you are using C++Builder XE7, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE7 and perform the following steps:
- Build and compile the dac210.dpk DAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacvcl210.dpk DAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacfmx210.dpk DAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dcldac210.dpk DAC design-time package.
- Build and compile the sdac210.dpk SDAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacvcl210.dpk SDAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacfmx210.dpk SDAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build, compile, and install the dclsdac210.dpk SDAC design-time package.
- Build, compile, and install the dclsdacfmx210.dpk SDAC FireMonkey design-time package.
NOTE: To compile SDAC based Delphi XE7 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows, Mac OS, iOS simulator, iOS device, Android).
Home
Installing SDAC for Embarcadero RAD Studio XE7 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi21 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\Studio\15.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files for 32-bit Windows will be copied to the SDAC\Bin\Delphi21\Win32 directory.
*.bpl files for 64-bit Windows will be copied to the SDAC\Bin\Delphi21\Win64 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files for 32-bit Windows will be copied to the SDAC\Lib\Delphi21\Win32 directory.
*.dcu, *.dcp, and *.res files for 64-bit Windows will be copied to the SDAC\Lib\Delphi21\Win64 directory.
*.hpp files for 32-bit Windows will be copied to the SDAC\Include\Delphi21\Win32 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi21\Win32\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi21\Win32\*.bpl files to the SysWOW64 directory
and SDAC\Bin\Delphi21\Win64\*.bpl files to the System32 directory.
- Run Embarcadero RAD Studio XE7.
- Install the dclsdac210.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE7 main menu and add
the System32\dclsdac210.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac210.bpl
(if you are using 64-bit Windows) package using the Add button.
- Install the dclsdacfmx210.bpl SDAC FireMonkey design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE7 main menu and add
the System32\dclsdacfmx210.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdacfmx210.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE7 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows, Mac OS, iOS simulator, iOS device, Android). If you want to use
precompiled Source Code, add the
SDAC\Lib\Delphi21\Win32 directory to "Library Path" for
the 32-bit Windows platform, the
SDAC\Lib\Delphi21\Win64 directory to "Library Path" for
the 64-bit Windows platform, the
SDAC\Lib\Delphi21\OSX32 directory to "Library Path" for
the Mac OS platform, the
SDAC\Lib\Delphi21\iOSSimulator directory to "Library Path" for
the iOS sumulator, the
SDAC\Lib\Delphi21\iOSDevice directory to "Library Path" for
the iOS device, and the
SDAC\Lib\Delphi21\Android directory to "Library Path" for
Android.
To compile SDAC based C++Builder XE7 applications, add the
SDAC\Include\Delphi21\Win32 directory to "Include Path"
and the
SDAC\Lib\Delphi21\Win32 directory to "Library Path" for the 32-bit Windows platform, the
SDAC\Include\Delphi21\Win64 directory to "Include Path"
and the
SDAC\Lib\Delphi21\Win64 directory to "Library Path" for the 64-bit Windows platform, the
SDAC\Include\Delphi21\OSX32 directory to "Include Path" and the
SDAC\Lib\Delphi21\OSX32
directory to "Library Path" for the Mac OS platform, the
SDAC\Include\Delphi21\iOSSimulator directory to "Include Path" and the
SDAC\Lib\Delphi21\iOSSimulator
directory to "Library Path" for the iOS simulator, and the
SDAC\Include\Delphi21\iOSDevice directory to "Include Path" and the
SDAC\Lib\Delphi21\iOSDevice
directory to "Library Path" for the iOS Device.
Home
Installing SDAC for Embarcadero RAD Studio XE6 using IDE
If you are using C++Builder XE6, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE6 and perform the following steps:
- Build and compile the dac200.dpk DAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacvcl200.dpk DAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacfmx200.dpk DAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dcldac200.dpk DAC design-time package.
- Build and compile the sdac200.dpk SDAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacvcl200.dpk SDAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacfmx200.dpk SDAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build, compile, and install the dclsdac200.dpk SDAC design-time package.
- Build, compile, and install the dclsdacfmx200.dpk SDAC FireMonkey design-time package.
NOTE: To compile SDAC based Delphi XE6 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows).
Home
Installing SDAC for Embarcadero RAD Studio XE6 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi20 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\Studio\14.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files for 32-bit Windows will be copied to the SDAC\Bin\Delphi20\Win32 directory.
*.bpl files for 64-bit Windows will be copied to the SDAC\Bin\Delphi20\Win64 directory.
*.dylib files for 32-bit Mac OS will be copied to the SDAC\Bin\Delphi20\OSX32 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files for 32-bit Windows will be copied to the SDAC\Lib\Delphi20\Win32 directory.
*.dcu, *.dcp, and *.res files for 64-bit Windows will be copied to the SDAC\Lib\Delphi20\Win64 directory.
*.dcu, *.dcp, *.bpi, *.a, and *.res files for 32-bit Mac OS will be copied to the SDAC\Lib\Delphi20\OSX32 directory.
*.dcu, *.dcp, *.a, and *.res files for the iOS simulator will be copied to the SDAC\Lib\Delphi20\iOSSimulator directory.
*.dcu, *.dcp, *.a, *.o, and *.res files for the iOS device will be copied to the SDAC\Lib\Delphi20\iOSDevice directory.
*.dcu, *.dcp, *.a, *.o, and *.res files for Android will be copied to the SDAC\Lib\Delphi20\Android directory.
*.hpp files for 32-bit Windows will be copied to the SDAC\Include\Delphi20\Win32 directory.
*.hpp files for 64-bit Windows will be copied to the SDAC\Include\Delphi20\Win64 directory.
*.hpp files for 32-bit Mac OS will be copied to the SDAC\Include\Delphi20\OSX32 directory.
*.hpp files for iOS simulator will be copied to the SDAC\Include\Delphi20\iOSSimulator directory.
*.hpp files for iOS device will be copied to the SDAC\Include\Delphi20\iOSDevice directory.
*.hpp files for Android will be copied to the SDAC\Include\Delphi20\Android directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi20\Win32\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi20\Win32\*.bpl files to the SysWOW64 directory
and SDAC\Bin\Delphi20\Win64\*.bpl files to the System32 directory.
- Run Embarcadero RAD Studio XE6.
- Install the dclsdac200.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE6 main menu and add
the System32\dclsdac200.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac200.bpl
(if you are using 64-bit Windows) package using the Add button.
- Install the dclsdacfmx200.bpl SDAC FireMonkey design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE6 main menu and add
the System32\dclsdacfmx200.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdacfmx200.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE6 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows, Mac OS, iOS simulator, iOS device, Android). If you want to use
precompiled Source Code, add the
SDAC\Lib\Delphi20\Win32 directory to "Library Path" for
the 32-bit Windows platform, the
SDAC\Lib\Delphi20\Win64 directory to "Library Path" for
the 64-bit Windows platform, the
SDAC\Lib\Delphi20\OSX32 directory to "Library Path" for
the Mac OS platform, the
SDAC\Lib\Delphi20\iOSSimulator directory to "Library Path" for
the iOS sumulator, the
SDAC\Lib\Delphi20\iOSDevice directory to "Library Path" for
the iOS device, and the
SDAC\Lib\Delphi20\Android directory to "Library Path" for
Android.
To compile SDAC based C++Builder XE6 applications, add the
SDAC\Include\Delphi20\Win32 directory to "Include Path"
and the
SDAC\Lib\Delphi20\Win32 directory to "Library Path" for the 32-bit Windows platform, the
SDAC\Include\Delphi20\Win64 directory to "Include Path"
and the
SDAC\Lib\Delphi20\Win64 directory to "Library Path" for the 64-bit Windows platform, the
SDAC\Include\Delphi20\OSX32 directory to "Include Path" and the
SDAC\Lib\Delphi20\OSX32
directory to "Library Path" for the Mac OS platform, the
SDAC\Include\Delphi20\iOSSimulator directory to "Include Path" and the
SDAC\Lib\Delphi20\iOSSimulator
directory to "Library Path" for the iOS simulator, and the
SDAC\Include\Delphi20\iOSDevice directory to "Include Path" and the
SDAC\Lib\Delphi20\iOSDevice
directory to "Library Path" for the iOS Device.
Home
Installing SDAC for Embarcadero RAD Studio XE5 using IDE
If you are using C++Builder XE5, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE5 and perform the following steps:
- Build and compile the dac190.dpk DAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacvcl190.dpk DAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacfmx190.dpk DAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dcldac190.dpk DAC design-time package.
- Build and compile the sdac190.dpk SDAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacvcl190.dpk SDAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacfmx190.dpk SDAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build, compile, and install the dclsdac190.dpk SDAC design-time package.
- Build, compile, and install the dclsdacfmx190.dpk SDAC FireMonkey design-time package.
NOTE: To compile SDAC based Delphi XE5 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows).
Home
Installing SDAC for Embarcadero RAD Studio XE5 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi19 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\RAD Studio\12.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files for 32-bit Windows will be copied to the SDAC\Bin\Delphi19\Win32 directory.
*.bpl files for 64-bit Windows will be copied to the SDAC\Bin\Delphi19\Win64 directory.
*.dylib files for 32-bit Mac OS will be copied to the SDAC\Bin\Delphi19\OSX32 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files for 32-bit Windows will be copied to the SDAC\Lib\Delphi19\Win32 directory.
*.dcu, *.dcp, and *.res files for 64-bit Windows will be copied to the SDAC\Lib\Delphi19\Win64 directory.
*.dcu, *.dcp, *.bpi, *.a, and *.res files for 32-bit Mac OS will be copied to the SDAC\Lib\Delphi19\OSX32 directory.
*.dcu, *.dcp, *.a, and *.res files for the iOS simulator will be copied to the SDAC\Lib\Delphi19\iOSSimulator directory.
*.dcu, *.dcp, *.a, *.o, and *.res files for the iOS device will be copied to the SDAC\Lib\Delphi19\iOSDevice directory.
*.dcu, *.dcp, *.a, *.o, and *.res files for Android will be copied to the SDAC\Lib\Delphi19\Android directory.
*.hpp files for 32-bit Windows will be copied to the SDAC\Include\Delphi19\Win32 directory.
*.hpp files for 64-bit Windows will be copied to the SDAC\Include\Delphi19\Win64 directory.
*.hpp files for 32-bit Mac OS will be copied to the SDAC\Include\Delphi19\OSX32 directory.
*.hpp files for iOS simulator will be copied to the SDAC\Include\Delphi19\iOSSimulator directory.
*.hpp files for iOS device will be copied to the SDAC\Include\Delphi19\iOSDevice directory.
*.hpp files for Android will be copied to the SDAC\Include\Delphi19\Android directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi19\Win32\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi19\Win32\*.bpl files to the SysWOW64 directory
and SDAC\Bin\Delphi19\Win64\*.bpl files to the System32 directory.
- Run Embarcadero RAD Studio XE5.
- Install the dclsdac190.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE5 main menu and add
the System32\dclsdac190.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac190.bpl
(if you are using 64-bit Windows) package using the Add button.
- Install the dclsdacfmx190.bpl SDAC FireMonkey design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE5 main menu and add
the System32\dclsdacfmx190.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdacfmx190.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE5 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows, Mac OS, iOS simulator, iOS device, Android). If you want to use
precompiled Source Code, add the
SDAC\Lib\Delphi19\Win32 directory to "Library Path" for
the 32-bit Windows platform, the
SDAC\Lib\Delphi19\Win64 directory to "Library Path" for
the 64-bit Windows platform, the
SDAC\Lib\Delphi19\OSX32 directory to "Library Path" for
the Mac OS platform, the
SDAC\Lib\Delphi19\iOSSimulator directory to "Library Path" for
the iOS sumulator, the
SDAC\Lib\Delphi19\iOSDevice directory to "Library Path" for
the iOS device, and the
SDAC\Lib\Delphi19\Android directory to "Library Path" for
Android.
To compile SDAC based C++Builder XE5 applications, add the
SDAC\Include\Delphi19\Win32 directory to "Include Path"
and the
SDAC\Lib\Delphi19\Win32 directory to "Library Path" for the 32-bit Windows platform, the
SDAC\Include\Delphi19\Win64 directory to "Include Path"
and the
SDAC\Lib\Delphi19\Win64 directory to "Library Path" for the 64-bit Windows platform, the
SDAC\Include\Delphi19\OSX32 directory to "Include Path" and the
SDAC\Lib\Delphi19\OSX32
directory to "Library Path" for the Mac OS platform, the
SDAC\Include\Delphi19\iOSSimulator directory to "Include Path" and the
SDAC\Lib\Delphi19\iOSSimulator
directory to "Library Path" for the iOS simulator, and the
SDAC\Include\Delphi19\iOSDevice directory to "Include Path" and the
SDAC\Lib\Delphi19\iOSDevice
directory to "Library Path" for the iOS Device.
Home
Installing SDAC for Embarcadero RAD Studio XE4 using IDE
If you are using C++Builder XE4, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE4 and perform the following steps:
- Build and compile the dac180.dpk DAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacvcl180.dpk DAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacfmx180.dpk DAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dcldac180.dpk DAC design-time package.
- Build and compile the sdac180.dpk SDAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacvcl180.dpk SDAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacfmx180.dpk SDAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build, compile, and install the dclsdac180.dpk SDAC design-time package.
- Build, compile, and install the dclsdacfmx180.dpk SDAC FireMonkey design-time package.
NOTE: To compile SDAC based Delphi XE4 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows).
Home
Installing SDAC for Embarcadero RAD Studio XE4 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi18 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\RAD Studio\11.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files for 32-bit Windows will be copied to the SDAC\Bin\Delphi18\Win32 directory.
*.bpl files for 64-bit Windows will be copied to the SDAC\Bin\Delphi18\Win64 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files for 32-bit Windows will be copied to the SDAC\Lib\Delphi18\Win32 directory.
*.dcu, *.dcp, and *.res files for 64-bit Windows will be copied to the SDAC\Lib\Delphi18\Win64 directory.
*.hpp files for 32-bit Windows will be copied to the SDAC\Include\Delphi18\Win32 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi18\Win32\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi18\Win32\*.bpl files to the SysWOW64 directory
and SDAC\Bin\Delphi18\Win64\*.bpl files to the System32 directory.
- Run Embarcadero RAD Studio XE4.
- Install the dclsdac180.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE4 main menu and add
the System32\dclsdac180.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac180.bpl
(if you are using 64-bit Windows) package using the Add button.
- Install the dclsdacfmx180.bpl SDAC FireMonkey design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE4 main menu and add
the System32\dclsdacfmx180.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdacfmx180.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE4 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows). If you want to use
precompiled Source Code, add the
SDAC\Lib\Delphi18\Win32 directory to "Library Path" for
the 32-bit Windows platform, and the
SDAC\Lib\Delphi18\Win64 directory to "Library Path" for
the 64-bit Windows platform.
To compile SDAC based C++Builder XE4 applications, add the
SDAC\Include\Delphi18\Win32 directory to "Include Path"
and the
SDAC\Lib\Delphi18\Win32 directory to "Library Path" for the 32-bit Windows platform.
Home
Installing SDAC for Embarcadero RAD Studio XE3 using IDE
If you are using C++Builder XE3, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE3 and perform the following steps:
- Build and compile the dac170.dpk DAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacvcl170.dpk DAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacfmx170.dpk DAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dcldac170.dpk DAC design-time package.
- Build and compile the sdac170.dpk SDAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacvcl170.dpk SDAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacfmx170.dpk SDAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build, compile, and install the dclsdac170.dpk SDAC design-time package.
- Build, compile, and install the dclsdacfmx170.dpk SDAC FireMonkey design-time package.
NOTE: To compile SDAC based Delphi XE3 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows).
Home
Installing SDAC for Embarcadero RAD Studio XE3 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi17 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\RAD Studio\10.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files for 32-bit Windows will be copied to the SDAC\Bin\Delphi17\Win32 directory.
*.bpl files for 64-bit Windows will be copied to the SDAC\Bin\Delphi17\Win64 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files for 32-bit Windows will be copied to the SDAC\Lib\Delphi17\Win32 directory.
*.dcu, *.dcp, and *.res files for 64-bit Windows will be copied to the SDAC\Lib\Delphi17\Win64 directory.
*.hpp files for 32-bit Windows will be copied to the SDAC\Include\Delphi17\Win32 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi17\Win32\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi17\Win32\*.bpl files to the SysWOW64 directory
and SDAC\Bin\Delphi17\Win64\*.bpl files to the System32 directory.
- Run Embarcadero RAD Studio XE3.
- Install the dclsdac170.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE3 main menu and add
the System32\dclsdac170.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac170.bpl
(if you are using 64-bit Windows) package using the Add button.
- Install the dclsdacfmx170.bpl SDAC FireMonkey design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE3 main menu and add
the System32\dclsdacfmx170.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdacfmx170.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE3 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows). If you want to use
precompiled Source Code, add the
SDAC\Lib\Delphi17\Win32 directory to "Library Path" for
the 32-bit Windows platform, and the
SDAC\Lib\Delphi17\Win64 directory to "Library Path" for
the 64-bit Windows platform.
To compile SDAC based C++Builder XE3 applications, add the
SDAC\Include\Delphi17\Win32 directory to "Include Path"
and the
SDAC\Lib\Delphi17\Win32 directory to "Library Path" for the 32-bit Windows platform.
Home
Installing SDAC for Embarcadero RAD Studio XE2 using IDE
If you are using C++Builder XE2, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE2 and perform the following steps:
- Build and compile the dac160.dpk DAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacvcl160.dpk DAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dacfmx160.dpk DAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the dcldac160.dpk DAC design-time package.
- Build and compile the sdac160.dpk SDAC run-time package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacvcl160.dpk SDAC GUI VCL related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build and compile the sdacfmx160.dpk SDAC GUI FireMonkey related package. To make SDAC
work under Windows x64, this step must be repeated for this platform (can
be selected in "Target Platforms" of the package).
- Build, compile, and install the dclsdac160.dpk SDAC design-time package.
- Build, compile, and install the dclsdacfmx160.dpk SDAC FireMonkey design-time package.
NOTE: To compile SDAC based Delphi XE2 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows).
Home
Installing SDAC for Embarcadero RAD Studio XE2 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi16 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\RAD Studio\9.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files for 32-bit Windows will be copied to the SDAC\Bin\Delphi16\Win32 directory.
*.bpl files for 64-bit Windows will be copied to the SDAC\Bin\Delphi16\Win64 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files for 32-bit Windows will be copied to the SDAC\Lib\Delphi16\Win32 directory.
*.dcu, *.dcp, and *.res files for 64-bit Windows will be copied to the SDAC\Lib\Delphi16\Win64 directory.
*.hpp files for 32-bit Windows will be copied to the SDAC\Include\Delphi16\Win32 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi16\Win32\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi16\Win32\*.bpl files to the SysWOW64 directory
and SDAC\Bin\Delphi16\Win64\*.bpl files to the System32 directory.
- Run Embarcadero RAD Studio XE2.
- Install the dclsdac160.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE2 main menu and add
the System32\dclsdac160.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac160.bpl
(if you are using 64-bit Windows) package using the Add button.
- Install the dclsdacfmx160.bpl SDAC FireMonkey design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE2 main menu and add
the System32\dclsdacfmx160.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdacfmx160.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE2 applications, add the
SDAC\Source directory to "Library Path"
for all platforms you want to work with (32-bit Windows, 64-bit Windows). If you want to use
precompiled Source Code, add the
SDAC\Lib\Delphi16\Win32 directory to "Library Path" for
the 32-bit Windows platform, and the
SDAC\Lib\Delphi16\Win64 directory to "Library Path" for
the 64-bit Windows platform.
To compile SDAC based C++Builder XE2 applications, add the
SDAC\Include\Delphi16\Win32 directory to "Include Path"
and the
SDAC\Lib\Delphi16\Win32 directory to "Library Path" for the 32-bit Windows platform.
Home
Installing SDAC for Embarcadero RAD Studio XE using IDE
If you are using C++Builder XE, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi XE and perform the following steps:
- Build and compile the dac150.dpk DAC run-time package.
- Build and compile the dacvcl150.dpk DAC GUI related package.
- Build and compile the dcldac150.dpk DAC design-time package.
- Build and compile the sdac150.dpk SDAC run-time package.
- Build and compile the sdacvcl150.dpk SDAC GUI related package.
- Build, compile, and install the dclsdac150.dpk SDAC design-time package.
NOTE: To compile SDAC based Delphi XE applications, add the
SDAC\Source directory to "Library Path".
Home
Installing SDAC for Embarcadero RAD Studio XE using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi15 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\RAD Studio\8.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files will be copied to the SDAC\Bin\Delphi15 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files will be copied to the SDAC\Lib\Delphi15 directory.
*.hpp files will be copied to the SDAC\Include\Delphi15 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi15\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi15\*.bpl files to the SysWOW64 directory.
- Run Embarcadero RAD Studio XE.
- Install the dclsdac150.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio XE main menu and add
the System32\dclsdac150.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac150.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi XE applications, add the
SDAC\Source directory to "Library Path".
If you want to use precompiled Source Code, add the
SDAC\Lib\Delphi15 directory to "Library Path".
To compile SDAC based C++Builder XE applications, add the
SDAC\Include\Delphi15 directory to "Include Path"
and the
SDAC\Lib\Delphi15 directory to "Library Path".
Home
Installing SDAC for Embarcadero RAD Studio 2010 using IDE
If you are using C++Builder 2010, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi 2010 and perform the following steps:
- Build and compile the dac140.dpk DAC run-time package.
- Build and compile the dacvcl140.dpk DAC GUI related package.
- Build and compile the dcldac140.dpk DAC design-time package.
- Build and compile the sdac140.dpk SDAC run-time package.
- Build and compile the sdacvcl140.dpk SDAC GUI related package.
- Build, compile, and install the dclsdac140.dpk SDAC design-time package.
NOTE: To compile SDAC based Delphi 2010 applications, add the
SDAC\Source directory to "Library Path".
Home
Installing SDAC for Embarcadero RAD Studio 2010 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi14 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Embarcadero\RAD Studio\7.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files will be copied to the SDAC\Bin\Delphi14 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files will be copied to the SDAC\Lib\Delphi14 directory.
*.hpp files will be copied to the SDAC\Include\Delphi14 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi14\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi14\*.bpl files to the SysWOW64 directory.
- Run Embarcadero RAD Studio 2010.
- Install the dclsdac140.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Embarcadero RAD Studio 2010 main menu and add
the System32\dclsdac140.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac140.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi 2010 applications, add the
SDAC\Source directory to "Library Path".
If you want to use precompiled Source Code, add the
SDAC\Lib\Delphi14 directory to "Library Path".
To compile SDAC based C++Builder 2010 applications, add the
SDAC\Include\Delphi14 directory to "Include Path"
and the
SDAC\Lib\Delphi14 directory to "Library Path".
Home
Installing SDAC for CodeGear RAD Studio 2009 using IDE
If you are using C++Builder 2009, you should use the Using make-files way to install SDAC.
Otherwise, run Delphi 2009 and perform the following steps:
- Build and compile the dac120.dpk DAC run-time package.
- Build and compile the dacvcl120.dpk DAC GUI related package.
- Build and compile the dcldac120.dpk DAC design-time package.
- Build and compile the sdac120.dpk SDAC run-time package.
- Build and compile the sdacvcl120.dpk SDAC GUI related package.
- Build, compile, and install the dclsdac120.dpk SDAC design-time package.
NOTE: To compile SDAC based Delphi 2009 applications, add the
SDAC\Source directory to "Library Path".
Home
Installing SDAC for CodeGear RAD Studio 2009 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi12 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\CodeGear\RAD Studio\6.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files will be copied to the SDAC\Bin\Delphi12 directory.
*.dcu, *.dcp, *.bpi, *.lib, and *.res files will be copied to the SDAC\Lib\Delphi12 directory.
*.hpp files will be copied to the SDAC\Include\Delphi12 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi12\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi12\*.bpl files to the SysWOW64 directory.
- Run CodeGear RAD Studio 2009.
- Install the dclsdac120.bpl SDAC design-time package. For this,
open the "Component->Install Packages" CodeGear RAD Studio 2009 main menu and add
the System32\dclsdac120.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac120.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi 2009 applications, add the
SDAC\Source directory to "Library Path".
If you want to use precompiled Source Code, add the
SDAC\Lib\Delphi12 directory to "Library Path".
To compile SDAC based C++Builder 2009 applications, add the
SDAC\Include\Delphi12 directory to "Include Path"
and the
SDAC\Lib\Delphi12 directory to "Library Path".
Home
Installing SDAC for CodeGear RAD Studio 2007 using IDE
If you are using C++Builder 2007, you should use the Using make-files way to install SDAC.
If you are using Delphi 2007, perform the following steps:
- Build and compile the dac105.dpk DAC run-time package.
- Build and compile the dacvcl105.dpk DAC GUI related package.
- Build and compile the dcldac105.dpk DAC design-time package.
- Build and compile the sdac105.dpk SDAC run-time package.
- Build and compile the sdacvcl105.dpk SDAC GUI related package.
- Build, compile, and install the dclsdac105.dpk SDAC design-time package.
If you are using Delphi .NET, perform the following steps:
- Build and make the Devart.Dac.dpk DAC run-time package.
- Build and make the Devart.Dac.AdoNet.dpk DAC run-time package.
- Build and make the Devart.Dac.Design.dpk DAC design-time package.
- Build and make the Devart.Sdac.dpk SDAC run-time package.
- Build and make the Devart.Sdac.AdoNet.dpk SDAC run-time package.
- Build and make the Devart.Sdac.Design.dpk SDAC design-time package.
- Open the "Component->Installed .NET Components" Delphi .NET main menu, go to
the "Assembly Search Paths" tab, and add the SDAC\Source\Delphi11 directory to the list.
- Open the "Component->Installed .NET Components" Delphi .NET main menu, go to
the ".NET VCL Components" tab, and add the SDAC\Source\Delphi11\Devart.Sdac.Design.dll assembly using the Add button.
NOTE: To compile SDAC based Delphi 2007 applications, add the
SDAC\Source directory to "Library Path".
To compile SDAC based Delphi .NET applications, add Devart.Dac and Devart.Sdac to "Namespace Prefixes",
and add the
SDAC\Source and
SDAC\Source\Net directories to "Library Path".
Home
Installing SDAC for CodeGear RAD Studio 2007 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi11 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\CodeGear\RAD Studio\5.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl and *.dll files will be copied to the SDAC\Bin\Delphi11 directory.
*.dcu, *.dcuil, *.dcp, *.dcpil, *.bpi, *.lib, and *.res files will be copied to the SDAC\Lib\Delphi11 directory.
*.hpp files will be copied to the SDAC\Include\Delphi11 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi11\*.bpl and SDAC\Bin\Delphi11\*.dll files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi11\*.bpl and SDAC\Bin\Delphi11\*.dll files to the SysWOW64 directory.
- Run CodeGear RAD Studio 2007.
- Install the dclsdac105.bpl SDAC design-time package. For this,
open the "Component->Install Packages" CodeGear RAD Studio 2007 main menu and add
the System32\dclsdac105.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac105.bpl
(if you are using 64-bit Windows) package using the Add button.
- To use SDAC in Delphi .NET, close CodeGear RAD Studio 2007 and open Delphi .NET .
- To use SDAC in Delphi .NET, open the "Component->Installed .NET Components" Delphi .NET main menu, go to
the ".NET VCL Components" tab, and add the System32\Devart.Sdac.Design.dll (if you are using 32-bit Windows) or
SysWOW64\Devart.Sdac.Design.dll (if you are using 64-bit Windows) assembly using the Add button.
NOTE: To compile SDAC based Delphi 2007 applications, add the
SDAC\Source directory to "Library Path".
If you want to use precompiled Source Code, add the
SDAC\Lib\Delphi11 directory to "Library Path".
To compile SDAC based Delphi .NET applications, add Devart.Dac and Devart.Sdac to "Namespace Prefixes",
and add the
SDAC\Source and
SDAC\Source\Net directories to "Library Path".
To compile SDAC based C++Builder 2007 applications, add the
SDAC\Include\Delphi11 directory to "Include Path"
and the
SDAC\Lib\Delphi11 directory to "Library Path".
Home
Installing SDAC for Borland Developer Studio 2006 using IDE
If you are using C++Builder 2006, you should use the Using make-files way to install SDAC.
If you are using Delphi 2006, perform the following steps:
- Build and compile the dac100.dpk DAC run-time package.
- Build and compile the dacvcl100.dpk DAC GUI related package.
- Build and compile the dcldac100.dpk DAC design-time package.
- Build and compile the sdac100.dpk SDAC run-time package.
- Build and compile the sdacvcl100.dpk SDAC GUI related package.
- Build, compile, and install the dclsdac100.dpk SDAC design-time package.
If you are using Delphi .NET, perform the following steps:
- Build and make the Devart.Dac.dpk DAC run-time package.
- Build and make the Devart.Dac.AdoNet.dpk DAC run-time package.
- Build and make the Devart.Dac.Design.dpk DAC design-time package.
- Build and make the Devart.Sdac.dpk SDAC run-time package.
- Build and make the Devart.Sdac.AdoNet.dpk SDAC run-time package.
- Build and make the Devart.Sdac.Design.dpk SDAC design-time package.
- Open the "Component->Installed .NET Components" Delphi .NET main menu, go to
the "Assembly Search Paths" tab, and add the SDAC\Source\Delphi10 directory to the list.
- Open the "Component->Installed .NET Components" Delphi .NET main menu, go to
the ".NET VCL Components" tab, and add the SDAC\Source\Delphi10\Devart.Sdac.Design.dll assembly using the Add button.
NOTE: To compile SDAC based Delphi 2006 applications, add the
SDAC\Source directory to "Library Path".
To compile SDAC based Delphi .NET applications, add Devart.Dac and Devart.Sdac to "Namespace Prefixes",
and add the
SDAC\Source and
SDAC\Source\Net directories to "Library Path".
Home
Installing SDAC for Borland Developer Studio 2006 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi10 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Borland\BDS\4.0
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl and *.dll files will be copied to the SDAC\Bin\Delphi10 directory.
*.dcu, *.dcuil, *.dcp, *.dcpil, *.bpi, *.lib, and *.res files will be copied to the SDAC\Lib\Delphi10 directory.
*.hpp files will be copied to the SDAC\Include\Delphi10 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi10\*.bpl and SDAC\Bin\Delphi10\*.dll files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi10\*.bpl and SDAC\Bin\Delphi10\*.dll files to the SysWOW64 directory.
- Run Borland Developer Studio 2006.
- Install the dclsdac100.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Borland Developer Studio 2006 main menu and add
the System32\dclsdac100.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac100.bpl
(if you are using 64-bit Windows) package using the Add button.
- To use SDAC in Delphi .NET, close Borland Developer Studio 2006 and open Delphi .NET .
- To use SDAC in Delphi .NET, open the "Component->Installed .NET Components" Delphi .NET main menu, go to
the ".NET VCL Components" tab, and add the System32\Devart.Sdac.Design.dll (if you are using 32-bit Windows) or
SysWOW64\Devart.Sdac.Design.dll (if you are using 64-bit Windows) assembly using the Add button.
NOTE: To compile SDAC based Delphi 2006 applications, add the
SDAC\Source directory to "Library Path".
If you want to use precompiled Source Code, add the
SDAC\Lib\Delphi10 directory to "Library Path".
To compile SDAC based Delphi .NET applications, add Devart.Dac and Devart.Sdac to "Namespace Prefixes",
and add the
SDAC\Source and
SDAC\Source\Net directories to "Library Path".
To compile SDAC based C++Builder 2006 applications, add the
SDAC\Include\Delphi10 directory to "Include Path"
and the
SDAC\Lib\Delphi10 directory to "Library Path".
Home
Installing SDAC for Delphi 7 using IDE
Perform the following steps:
- Build and compile the dac70.dpk DAC run-time package.
- Build and compile the dacvcl70.dpk DAC GUI related package.
- Build and compile the dcldac70.dpk DAC design-time package.
- Build and compile the sdac70.dpk SDAC run-time package.
- Build and compile the sdacvcl70.dpk SDAC GUI related package.
- Build, compile, and install the dclsdac70.dpk SDAC design-time package.
NOTE: To compile SDAC based Delphi 7 applications, add the
SDAC\Source directory to "Library Path".
Home
Installing SDAC for Delphi 7 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi7 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Borland\Delphi7
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files will be copied to the SDAC\Bin\Delphi7 directory.
*.dcu, *.dcp, and *.res files will be copied to the SDAC\Lib\Delphi7 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi7\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi7\*.bpl files to the SysWOW64 directory.
- Run Delphi 7.
- Install the dclsdac70.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Delphi 7 main menu and add
the System32\dclsdac70.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac70.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi 7 applications, add the
SDAC\Source directory to "Library Path".
If you want to use precompiled Source Code, add the
SDAC\Lib\Delphi7 directory to "Library Path".
Home
Installing SDAC for Delphi 6 using IDE
Perform the following steps:
- Build and compile the dac60.dpk DAC run-time package.
- Build and compile the dacvcl60.dpk DAC GUI related package.
- Build and compile the dcldac60.dpk DAC design-time package.
- Build and compile the sdac60.dpk SDAC run-time package.
- Build and compile the sdacvcl60.dpk SDAC GUI related package.
- Build, compile, and install the dclsdac60.dpk SDAC design-time package.
NOTE: To compile SDAC based Delphi 6 applications, add the
SDAC\Source directory to "Library Path".
Home
Installing SDAC for Delphi 6 using make-files
Perform the following steps:
- Go to the SDAC\Source\Delphi6 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Borland\Delphi6
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files will be copied to the SDAC\Bin\Delphi6 directory.
*.dcu, *.dcp, and *.res files will be copied to the SDAC\Lib\Delphi6 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\Delphi6\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\Delphi6\*.bpl files to the SysWOW64 directory.
- Run Delphi 6.
- Install the dclsdac60.bpl SDAC design-time package. For this,
open the "Component->Install Packages" Delphi 6 main menu and add
the System32\dclsdac60.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac60.bpl
(if you are using 64-bit Windows) package using the Add button.
NOTE: To compile SDAC based Delphi 6 applications, add the
SDAC\Source directory to "Library Path".
If you want to use precompiled Source Code, add the
SDAC\Lib\Delphi6 directory to "Library Path".
Home
Installing SDAC for C++Builder 6 using IDE
Perform the following steps:
- Build and make the dac60.bpk DAC run-time package.
- Build and make the dacvcl60.bpk DAC GUI related package.
- Build and make the dcldac60.bpk DAC design-time package.
- Build and make the sdac60.bpk SDAC run-time package.
- Build and make the sdacvcl60.bpk SDAC GUI related package.
- Build, make, and install the dclsdac60.bpk SDAC design-time package.
- Add the SDAC\Source and SDAC\Source\CBuilder6 directory to "Library Path".
Home
Installing SDAC for C++Builder 6 using make-files
Perform the following steps:
- Go to the SDAC\Source\CBuilder6 directory.
- Find in the 'Make.bat' line containing
set IdeDir="%PROGRAMFILES%\Borland\CBuilder6
and make sure that correct path to IDE is set (always include forward quote
and do not include ending quote).
- Run 'Make.bat'. Binaries will be copied to the Bin, Include, and Lib subdirectories of the SDAC directory:
*.bpl files will be copied to the SDAC\Bin\CBuilder6 directory.
*.dcu, *.obj, *.bpi, *.lib, and *.res files will be copied to the SDAC\Lib\CBuilder6 directory.
*.hpp files will be copied to the SDAC\Include\CBuilder6 directory.
- If you are using 32-bit Windows, copy SDAC\Bin\CBuilder6\*.bpl files to the System32 directory.
If you are using 64-bit Windows, copy SDAC\Bin\CBuilder6\*.bpl files to the SysWOW64 directory.
- Run C++Builder 6.
- Install the dclsdac60.bpl SDAC design-time package. For this,
open the "Component->Install Packages" C++Builder 6 main menu and add
the System32\dclsdac60.bpl (if you are using 32-bit Windows) or SysWOW64\dclsdac60.bpl
(if you are using 64-bit Windows) package using the Add button.
- Add the SDAC\Lib\CBuilder6 and SDAC\Include\CBuilder6 directories to "Library Path".
Home
Installing SDAC for Lazarus using IDE
Open and install the dclsdac10.lpk SDAC design-time package.
Home
Installing SDAC for Lazarus using make-files
Lazarus doesn't support this way of installing components. You should use the
Using IDE way to install SDAC.
Home
© 1997-2015, Devart. All Rights Reserved.