Hi,
I normally compile using the command line compiler dcc32.exe, therefore I am not well versed with the IDE, excuse me if I am asking some really dumb questions here.
I was in the process of compiling some object oriented library code I got on the net and got the following error:
H:\Program Files\CodeGear\RAD Studio\6.0\source\ToolsAPI\DesignWindows.pas(14) F
atal: F1026 File not found: 'ComponentDesigner.dcu'
I looked for the file "ComponentDesigner.pas" in order to compile the unit and get the dcu but, I did not find it.
I did find a ComponentDesigner.hpp though but, I don't know how to get a dcu out of that. Is it possible to get a .dcu out of a .hpp ? if yes, how ?
The ComponentDesigner.pas file is in the ToolsAPI folder. In an attempt to solve the problem, I starting compiling each and every one of the .pas files (using dcc32.exe, not the IDE) and got additional errors about missing files, among them:
1. Missing Proxies.dcu (I cannot find a proxies.pas anywhere)
2. Missing DockForm.dcu (couldn't find a DockForm.pas either)
and of course the missing componentdesigner.pas I mentioned first.
Since I was simply trying to compile ToolsAPI.pas, which is a CodeGear supplied file in the source directory, I don't think CodeGear failed to include necessary files, so I must be doing something wrong but, I have no idea what.
Your help is greatly appreciated.
John
I normally compile using the command line compiler dcc32.exe, therefore I am not well versed with the IDE, excuse me if I am asking some really dumb questions here.
I was in the process of compiling some object oriented library code I got on the net and got the following error:
H:\Program Files\CodeGear\RAD Studio\6.0\source\ToolsAPI\DesignWindows.pas(14) F
atal: F1026 File not found: 'ComponentDesigner.dcu'
I looked for the file "ComponentDesigner.pas" in order to compile the unit and get the dcu but, I did not find it.
I did find a ComponentDesigner.hpp though but, I don't know how to get a dcu out of that. Is it possible to get a .dcu out of a .hpp ? if yes, how ?
The ComponentDesigner.pas file is in the ToolsAPI folder. In an attempt to solve the problem, I starting compiling each and every one of the .pas files (using dcc32.exe, not the IDE) and got additional errors about missing files, among them:
1. Missing Proxies.dcu (I cannot find a proxies.pas anywhere)
2. Missing DockForm.dcu (couldn't find a DockForm.pas either)
and of course the missing componentdesigner.pas I mentioned first.
Since I was simply trying to compile ToolsAPI.pas, which is a CodeGear supplied file in the source directory, I don't think CodeGear failed to include necessary files, so I must be doing something wrong but, I have no idea what.
Your help is greatly appreciated.
John