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

Вниз

Проблема KOL и FPC   Найти похожие ветки 

 
Евгений Ч   (2006-03-23 14:23) [0]

Скачал KOL (ver. 2.30) и FreePascal (ver 2.0.2). Обработал файл kol.pas утилитой GlueCut, для совместимости с FPC. По всякому экспериментировал с параметрами компилятора, не получается ничего.

Выдает ошибки:

DESTRUCTOR name must be done
и
constructor name must be init

Как лечить?


 
ElDev   (2006-03-24 23:05) [1]

Посмотри на форуме по Free Pascal, там всё...


 
thaddy   (2006-03-25 12:13) [2]

Not true any more
gluecut is obsolete and  no longer necessary!
using init for constructors is also obsolete and not necessary!

I have explained it at my website http://www.thaddy.com/kolindex.htm

All you need with KOL+ freepascal is the correct compilersettings
and compile KOL in PAS_VERSION mode (Define) )
The best settings for fpc.cfg - for me -  are:


#Adapt the paths to point to your own FPC directory

-Fuc:\FPC\/units/$FPCTARGET/
-Fuc:\FPC\/units/$FPCTARGET/*
-Fuc:\FPC\/units/$FPCTARGET/rtl
-Fuc:\FPC\kol

# For a release compile with optimizes and strip debuginfo
#IFDEF RELEASE
-Og1p2
-Xs
#KOL
-Mdelphi
-CX
-Sg

#WRITE Compiling Release Version
#ENDIF

# For a debug version compile with debuginfo and all codegeneration checks on

#IFDEF DEBUG
-gcl
-Crtoi
-Sg
#KOL
-Sa
-Mdelphi
#WRITE Compiling Debug Version
#ENDIF



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

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

Наверх




Память: 0.47 MB
Время: 0.054 c
15-1166196896
Sashok-hok
2006-12-15 18:34
2007.01.07
Проблемы с винтчестиром


15-1166292950
XProger
2006-12-16 21:15
2007.01.07
Delphi и UML


15-1166482639
Pasc
2006-12-19 01:57
2007.01.07
Кто пользовался MS Visual Studio ?


15-1166001006
ocean
2006-12-13 12:10
2007.01.07
100 худших фильмов


1-1163766674
Mishenka
2006-11-17 15:31
2007.01.07
Как в Word вставить картинку не поверх текста?