Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.06.17;
Скачать: CL | DM;

Вниз

FPC and koldef.inc   Найти похожие ветки 

 
Thaddy   (2006-11-02 15:20) [0]

Vladimir,

Could you add the following to koldef.inc:


{$IFDEF FPC}
{$DEFINE PAS_VERSION}
{$IFDEF VER2}
 {$DEFINE _D3orHigher}
 {$DEFINE _D4orHigher}
 {$DEFINE _D5orHigher}
 {$DEFINE _D6orHigher}
 {$DEFINE _D7}
 {$DEFINE _D7orHigher}
{$ENDIF}
{$ENDIF}


FPC version 2.1.1 is very compatible with Delphi and kol now.
You can simply use the $(DELPHI)\source\rtl\win\*.pas files from Delphi 4/5 instead of the prepared files that were needed for FPC1.X

That is all to have full compatibility.


 
Vladimir Kladov   (2006-11-02 16:18) [1]

OK, in 2.42 it will be added.

2.1.1? I miss something? I downloaded 2.0.4 last week...


 
Thaddy   (2006-11-03 10:25) [2]

2.1.1 is development version for 2.2
2.0.4 is the latest stable release, so you are up to date.

Settings work for both versions.
2.1.1 is not stable yet.


 
Thaddy   (2006-11-03 16:11) [3]

With this addition to koldef.inc, full instructions for using kol + Freepascal 2 are now simply and only:

include [delphi root directory]\source\rtl\win in the -Fu path
include kol directory in the -Fu path
compile with -Mdelphi -XXs -CX -Sg -O2p2 -OoREGVAR switches



Note:
Some delphi versions have missing ";""s in the windows.pas and some other files.
If the compiler complains, simply add them to the end of the previous line that the fpc compiler indicates.



Страницы: 1 вся ветка

Текущий архив: 2007.06.17;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.022 c
1-1177148712
Антон Шестаков
2007-04-21 13:45
2007.06.17
Проектирование ИС и Экспертные системы


15-1179649389
Kltv
2007-05-20 12:23
2007.06.17
Progressbar с поддержкой скинов


2-1180105148
ppcumax
2007-05-25 18:59
2007.06.17
Delphi7 > Delphi 2005


2-1179912719
evg123
2007-05-23 13:31
2007.06.17
Разрешающая способность


2-1180009336
Darvin
2007-05-24 16:22
2007.06.17
Экспорт таблицы из StringGrid в Excel