Page 1 of 1

Source code problem with 5.90.0.56 and Delphi 2007

Posted: Wed 24 Mar 2010 20:20
by LanceRas
Had to manually install the source code version of the DAC.

I usually compile the run time components first, compiled the design time and then install the design time.

I received errors when compiling dcldac105.dproj. It could not find the DAC.INC file. When I compared the project options with the others, it does not look like the directory fields are properly set like they are with the others and were empty, such as unit search path.

Is the source code distributed actually the same used to compile the precompiled versions? If so, I don't see how as they should compile from the IDE without error.

Posted: Thu 25 Mar 2010 10:18
by Dimon
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build.
As a temporary solution, add the following path "..\;..\Design" to the Search path of the dcldac105 project.

Posted: Thu 25 Mar 2010 17:19
by LanceRas
I compared and did that, which works. Mainly wanted to bring it to your attention. May want to check all the packages for all the IDE's to make sure they are correct too.