Re: BDS and FreePascal compatibility question
- From: Hans-Peter Diettrich <DrDiettrich1@xxxxxxx>
- Date: Thu, 09 Nov 2006 15:08:48 +0100
Frenk wrote:
Hm, I am just thinking.
2.) LCL is sort of CLX. If CLX can be put into Delphi, where is the reason that LCL can't be?
FP supports units "splitted" into general, platform and machine specific parts. Global (command line) options allow to switch to the appropriate directories, for including the specialized code. This feature cannot be emulated by the currently used $IFDEFs in the CLX, because these decisions are hard coded in the units, whereas directories can be added at any time, without affecting the general code.
3.) setting paths to compiler/debugger and packages (libs) also shouldn't be hard to do?
As long as everything can be accomplished by a single switch, this is not a problem. But see (2) - the units have to be prepared for including specialized code, and the specialized code must be implemented *and* used for all reasonable combinations of languages, platforms and machines.
Results of all proposed efforts are:[...]
There remains much to do... ;-)
4.) relative small amount of time to get all this things working
Ask the FP guys ;-)
DoDi
.
- Follow-Ups:
- Re: BDS and FreePascal compatibility question
- From: Marco van de Voort
- Re: BDS and FreePascal compatibility question
- References:
- BDS and FreePascal compatibility question
- From: Frenk
- Re: BDS and FreePascal compatibility question
- From: Daniël Mantione
- Re: BDS and FreePascal compatibility question
- From: Frenk
- BDS and FreePascal compatibility question
- Prev by Date: Re: .NET 3.0 Final
- Next by Date: Re: Disappointed in mr Hariri
- Previous by thread: Re: BDS and FreePascal compatibility question
- Next by thread: Re: BDS and FreePascal compatibility question
- Index(es):
Relevant Pages
|