Joni_78 Posted June 24, 2008 Share Posted June 24, 2008 I'm trying to compile one project with Delphi 7, I get error that BaseClass.dcu is missing. Where can I find this file? Link to comment https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/ Share on other sites More sharing options...
0 Joni_78 Posted June 24, 2008 Author Share Posted June 24, 2008 What do I need to compile this or am I even using the right program (Borland Delphi 7 Personal)? Project Link to comment https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/#findComment-589508059 Share on other sites More sharing options...
0 _kane81 Posted June 25, 2008 Share Posted June 25, 2008 your missing files from your project the following dcu or pas files are need to compile your project. BaseClass, DirectShow9, DSUtil, madStrings; Link to comment https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/#findComment-589508258 Share on other sites More sharing options...
0 Wilhelmus Posted June 25, 2008 Share Posted June 25, 2008 BaseClass & DX9 units from DSPack. madStrings unit from madCollection. If you have those, it should compile. (Tested with Delphi 6.) Link to comment https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/#findComment-589508694 Share on other sites More sharing options...
0 Joni_78 Posted June 25, 2008 Author Share Posted June 25, 2008 (edited) Wilhelmus said: BaseClass & DX9 units from DSPack.madStrings unit from madCollection. If you have those, it should compile. (Tested with Delphi 6.) Thx :). Do I need to define in delphi where madStrings is installed or something? I think something is not configured correctly because I get this error when compiling: [DCC Error] DirectDraw.pas(359): E2154 Type 'IDirectDrawSurface' needs finalization - not allowed in variant record Also when I open the project I get four "Undeclared identifier 'DllGetClassObject..." errors in the structure view. Edited June 25, 2008 by Joni_78 Link to comment https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/#findComment-589508802 Share on other sites More sharing options...
0 Wilhelmus Posted June 25, 2008 Share Posted June 25, 2008 Add DSPack folders ("src\DirectX9" and "src\DSPack") to Project Options -> Directories/Conditionals -> Search Path, if you have not. For example, C:\Prog\Delphi\DSPACK231\src\DirectX9;C:\Prog\Delphi\DSPACK231\src\DSPack. MadCollection's installer should automatically add it's folders to Delphi's options. (Tools -> Environment Options -> Library -> Library Path) Link to comment https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/#findComment-589508857 Share on other sites More sharing options...
0 Joni_78 Posted June 25, 2008 Author Share Posted June 25, 2008 Wilhelmus said: Add DSPack folders ("src\DirectX9" and "src\DSPack") to Project Options -> Directories/Conditionals -> Search Path, if you have not.For example, C:\Prog\Delphi\DSPACK231\src\DirectX9;C:\Prog\Delphi\DSPACK231\src\DSPack. MadCollection's installer should automatically add it's folders to Delphi's options. (Tools -> Environment Options -> Library -> Library Path) Thx for your help, I got it working now :). Link to comment https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/#findComment-589508871 Share on other sites More sharing options...
Question
Joni_78
I'm trying to compile one project with Delphi 7, I get error that BaseClass.dcu is missing. Where can I find this file?
Link to comment
https://www.neowin.net/forum/topic/645283-delphi-baseclassdcu/Share on other sites
6 answers to this question
Recommended Posts