Source code problem with 5.90.0.56 and Delphi 2007

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
LanceRas
Posts: 15
Joined: Wed 24 Mar 2010 20:01

Source code problem with 5.90.0.56 and Delphi 2007

Post by LanceRas » Wed 24 Mar 2010 20:20

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 25 Mar 2010 10:18

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.

LanceRas
Posts: 15
Joined: Wed 24 Mar 2010 20:01

Post by LanceRas » Thu 25 Mar 2010 17:19

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.

Post Reply