- Posts: 62
- Thank you received: 3
Question CT LAB ver 6.90
- Peter Heckert
-
- Offline
- Junior Member
-
I can cross-build a 32 bit target without errors and an .exe file is generated.
When I start the exe from the IDE or directly without IDE, it doesnt run, it immediately terminates without any error messages.
It happens with console and with GUI programs and always.
If I set a breakpoint in the code, it is not hit.
So I think, there is a problem with the startup code.
If I build the same code with the Typhon 32 IDE, there are no problems.
Otherwise I like this new LAB version, thanks for your work!
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
On Win64 ct-FPC64 has some problems with cross-build for Win32 targets,
but working OK with NO Win 32bits, arm, aarch64 and 64bits cross-build Target.
Original FPC64 on Win64 has a lot of cross-build problems and with 64bits targets.
We try to fix these on Win64 cross-build to Win32 problems...
it's NOT so simple info1 info2
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Peter Heckert
-
- Offline
- Junior Member
-
- Posts: 62
- Thank you received: 3
Is this recommended? (I try it anyway

Or, is it possible to instruct the 64 bit IDE to use the 32 bit compiler?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
CTCenter => Compiler => "FPC32 Build ALL"
But It's better to use Typhon32 IDE for Win32 app
just open CTCenter =>Typhon IDE => "Typhon 32, Build BigIDE"
CodeTyphon Support MultiArch Technology on MS-Windows 64,
Typhon32 and Typhon64 on the same OS without any problem.
PilotLogic Architect and Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Offline
- Moderator
-
have fun...
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- gulyone
- Offline
- Junior Member
-
- Posts: 99
- Thank you received: 4
I uninstalled completely 6.80, then i tried to install 6.90
32 bits ide all went fine but the bat file stopped its execution; so i openend CT center and asked to build 64bits ide
after a while the pipelined dos box flooded with exceptions and mem faults so i needed to RESET (LOL?!) my computer gone crazy
any clue?
windows 7 service pack 1 well updated/maintained 64 bits version
regards
I am back with 6.80 for now :-P
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Offline
- Moderator
-
Did you have antivirus active in CT folder ?
Your RAM size ?
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- gulyone
- Offline
- Junior Member
-
- Posts: 99
- Thank you received: 4
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Offline
- Moderator
-
we test (again) CT 6.9 to Win7-64 with the latest OS updates
without problem
Please check your PC
PilotLogic Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- Vbxler
- Offline
- Junior Member
-
- Posts: 49
- Thank you received: 0
CT6.90 I get many error messages.
When I open an existing project I get the following messages:
[Content]
Kann die Komponentenklasse "TLSTimeEdit" nicht finden.
Kann die Komponentenklasse "TAbZipper" nicht finden.
Kann die Komponentenklasse "TUniqueInstance" nicht finden.
Warning:
The project uses the following design time packages which might be needed to open the form in the designer.
If you continue, you might get errors about missing components and the form loading will probably create very unpleasant results.
It is recommended to cancel and install these packages first.
Unit allluicontrolsregister in Package pl_luicontrols 6.9.2
Unit ZComponentReg in Package pl_zeosdbo 6.9.2
Unit AllSolutionsReg in Package pl_solutions 6.9.1
Unit AllSolutionsRegIDE in Package pl_solutions 6.9.1
It is recommended to cancel and install these packages first.
Unit allluicontrolsregister in Package pl_luicontrols 6.9.2
Unit ZComponentReg in Package pl_zeosdbo 6.9.2
Unit allAbbreviaReg in Package pl_abbrevia 6.9.1
After installing the package codetyphon reboots but the messages come again.
On a computer with Linux Xubuntu 18.04 there are no problems, only a few buttons in the design view are strange.
Tomorrow I'll recompile CT in the office,
maybe there was a warning that did not pay attention.
Attachments:
Please Log in or Create an account to join the conversation.
- gulyone
- Offline
- Junior Member
-
- Posts: 99
- Thank you received: 4
in fact, even with exceptions set around folders, avast avirus came out of nonsense, SO i disabled it while building CT 6.90 and all went fine
Please Log in or Create an account to join the conversation.
- gulyone
- Offline
- Junior Member
-
- Posts: 99
- Thank you received: 4
thanks
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
this is the standard behavior for ALL
32bit OSes.
To prevent Typhon32, Out of Memory Building Problem
Now Typhon32 need only 1Gbyte RAM to build.
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Vbxler
- Offline
- Junior Member
-
- Posts: 49
- Thank you received: 0
built a big IDE with CTC and everything
seems to work well.
Thanks for the new version!
Vbxler
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
have fun
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- fredvs
- Offline
- Junior Member
-
- Posts: 183
- Thank you received: 1
> You must post at FreePascal team mail-list,
OK, I did it:
free-pascal-general.1045716.n5.nabble.co...42375-td5734232.html
But no lot of help + answers there after last post.

So if you have a idea how to fix it, I vote for it.
Fre;D
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
please give us time...
The first approach mseide-msegui Lib as CT package,
80% it's OK with some modifications.
PilotLogic Architect and Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
www.mail-archive.com/lazarus@lists.lazar...de.org/msg08218.html
The error occures in my project in customform.inc:
procedure TCustomForm.Show on modal form;
begin
if Application.Scaled and Scaled and (Monitor.PixelsPerInch<>PixelsPerInch) then
AutoAdjustLayout(lapAutoAdjustForDPI, PixelsPerInch, Monitor.PixelsPerInch,
Width, MulDiv(Width, Monitor.PixelsPerInch, PixelsPerInch));
Visible := True; // Here the error is shown
BringToFront;
end;
There is also some problems with ZEOS witch was already in 6.80 and in the Lab 6.90:
zeoslib.sourceforge.net/viewtopic.php?f=...146&p=128788#p128788
Because of the first error 6.90 is not useable for me.
6.80 is OK so far, but only when I use ZEOS from 6.70
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
one question before anything else
from uvviewsoft.com/cudatext/
CudaText is a cross-platform text editor, written in Lazarus.
Is this correct ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- fredvs
- Offline
- Junior Member
-
- Posts: 183
- Thank you received: 1
> The first approach mseide-msegui Lib as CT package,
> 80% it's OK with some modifications.
Wow, I am very excited to see this.
> We are working on this,
> please give us time...
Absolutely no worry, the excellent news is that msegui is not forgotten.
About the compatibility with fpc >= 3.3.1 rev 42375, I have to confess that, even with the explanation of Sven, I did not catch how to fix it.
Fre;D
Please Log in or Create an account to join the conversation.