Page 1 of 1

Missing DBAccess.dcu when compiling

Posted: Tue 24 May 2011 12:33
by STEP_Software
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

Posted: Tue 24 May 2011 14:27
by AndreyZ
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.