Missing DBAccess.dcu when compiling

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
STEP_Software
Posts: 4
Joined: Tue 24 May 2011 11:36

Missing DBAccess.dcu when compiling

Post by STEP_Software » Tue 24 May 2011 12:33

We just purchased Delphi XE Prof. and dbExpress driver for mySQL (pro) and startet converting our Lib from Delphi 7.
When compiling our TSQLConnection, which uses MyClasses.pas, we got the error, that the file 'DBAccess.dcu' is not found.
Our lib- and source-path is directed to '...\dbExpress\Source', but we can't find any 'DBAccess.*'.

best regards
Patrick Schmidt

AndreyZ

Post by AndreyZ » Tue 24 May 2011 14:27

Hello,

If you want to use the MyClasses unit in your project, you should add the LITE define to conditional defines of your project. After this you will not have this error.

Post Reply