Page 1 of 1
Installing SDAC under BDS 2006 Builder personality
Posted: Fri 23 Feb 2007 20:01
by Dmitri
Hi,
Could you help me with installation the latest SDAC ( registered version)
in BDS 2006 with C++ Builder personality?
I cannot see CBuilder 2006 projects in registered source codes, attempting to use Delphi 2005 caused error - wrong personality...
Projects for CBuilder 6 do not work either ( errors on compiling some of PAS files)
Support for C++ Builder 2006 has been announced on your site...
Thank you..
Posted: Mon 26 Feb 2007 11:32
by Jackson
Follow the next steps:
1) Go to the following folder (let's denote this folder %MakePath%):
2) Find in the 'make.bat' line containing
- set IdeDir="D:\Program Files\Borland\BDS\4.0
and make sure that correct path to IDE is set (always include forward quote and do not include ending quote)
3) Run 'Make.bat'. Binaries will be copied to %MakePath%\Sdac subfolder
4) Run IDE and add the following files via Component->Install Packages... menu in the specified order:
- Source\Delphi10\dacvcl100.bpl
Source\Delphi10\dcldac100.bpl
Source\Delphi10\sdacvcl100.bpl
Source\Delphi10\dclsdac100.bpl
5) To compile SDAC based application, add SDAC Source directory path to the "Library Path" list
Posted: Mon 26 Feb 2007 17:42
by Dmitri
Thank you, tried but got an error - make stopped at -
"MSParser.dcu not found...", checked and could not find this file either...
After continuing make got next files built only ( BPI and BPL ):
dac100.bpi
dacvcl100.bpi
dac100bpl
dacvcl100.bpl
dcldac100.bpl
As you can see, no sdacvcl100.bpl made...
Could you help with fixing it please...
Posted: Tue 27 Feb 2007 14:18
by Jackson
Please specify exact version of SDAC. You can find it in the %SDAC%\History.txt file. %SDAC% is the SDAC installation path on your computer.
Posted: Thu 01 Mar 2007 12:53
by Dmitri
ver. 3.80.0.34 from 05.12.06 - the latest I was able to find
at
http://crlab.com/sdac/
Thank you...
Posted: Fri 02 Mar 2007 12:18
by Jackson
Thank you for information.
We have found bugs in some configuration files.
Please send us your e-mail address at evgeniym*crlab*com and we will send you fixed files.
Thank you very much
Posted: Wed 07 Mar 2007 18:30
by Dmitri
Thanks a lot, it works OK
Would be nice to know when we can get a source code
with proper projects as well - actually we have custom settings
for output folders.
Posted: Mon 12 Mar 2007 10:06
by Jackson
Fixed configuration files will be included in the next SDAC build.
It will be available in a few weeks.