Compiling with Kylix

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
evolution
Posts: 2
Joined: Tue Nov 08, 2005 8:24 am
Contact:

Compiling with Kylix

Post by evolution »

I try to compile Demos in Kylix version, but I obtain an error:
[Fatal Error] Unit1.Pas(7): File not found: 'QsiComp.dcu' -> the correct library in path is QsiComp.dpu

the directory /home/[user]/InstK3/SiComp/k3 is in Library path

regards,
Saimor
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Sorry, this could be due to incorrect unit in uses clause. The demo projects list SiComp in uses but must use QSiComp. Please change this and let me know if this helps.
Best regards,
Igor Siticov.
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

And Kylix must mention missing of DPU file not DCU :) (I suppose, this is a bug in Kylix)
Best regards,
Igor Siticov.
evolution
Posts: 2
Joined: Tue Nov 08, 2005 8:24 am
Contact:

Post by evolution »

No I change immediatly Sicomp in QSicomp, but error persist.

I buy TsiLang Components Suite but where is possible to download Kylix version?
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

The unit name must be QsiComp. Kylix3 could be case sensitive because Linux is case sensitive.
When you install registered version there is an option to install CLX support. This will install Kylix packages as well as CLX units.
Please let me know if this helps.
Best regards,
Igor Siticov.
Post Reply