- Posts: 66
- Thank you received: 0
Question CT LAB ver 6.90
- Fernando
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
- Fernando
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
please test, report, suggest and
have fun.
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
lr_e_cairo.pas(9,71) Fatal: Cannot find CairoPrinter used by lr_e_cairo from package lz_reportcairoexport.
after adding this package using the IDE
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we will fix this
PS: just add to lz_printers pkg the
typhon\components\lz_Printers\source\cairocanvas\cairocanvasall.pas
file
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
-FPC initial support for "Custom Attributes"
-Many fixes in Typhon IDE Codetools
-Many fixes in Typhon IDE Multi-Project session
For more changes, look at first post of this topic.
Please test, report, suggest and
have fun.
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
lz_reportcairoexport also is working again.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Before our lab programmers summer vacations,
we release this CT version with the latest pascal source on Planet Earth

for testing (FreePascal, Packages, tools etc)
Please, focus on Typhon IDE Codetools
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
On my form there are 4 TDBEdits which are bound to a dataset. When I open the record I see the stored data. There is one field with value 0.
When I edit and post the field with 0 is given empty.
e.g. post generates
UPDATE price SET price_one=1.23,price_two=,price_three=,price_four=2.34 WHERE ID = 1
when price_two and price_three has value 0 (not ZERO!)
Please Log in or Create an account to join the conversation.
- fredvs
- Offline
- Junior Member
-
- Posts: 183
- Thank you received: 1
Congrats for CT 6.90!
Do you know what was changed in fpc 3.3.1 trunck Rev 41903 (the one you give for CT 6.80) vs
Rev 42482 (the one you give for CT 6.90, after update from CodeTyphon)?
All is perfectly ok with Rev 41903 but lot of problems with Rev 42482.
They did change lot of things between those 2 Rev's (added AlignTParamFlags, etc...).
Some problems are fixed but there are still (difficult to debug), so I look for a way to know what changes have be done in fpc.
What fpc compatibility problems did you find for release of CT 6.90 vs CT 6.80?
Many thanks.
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
We use our fixes to correct trunk-FPC problems and
some times we don't follow FPC-team trunk choices.
FPC compiler from trunk Rev 41903 to trunk Rev 42482 has a 100 pages with changes.
Current LAB CT 6.90 revision 006970 (unreleased) has FPC Rev 42596, updated before 30 minutes.
My suggestion is to post your problems with trunk FPC and we will try to help you.
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
It seems that fpc break compatibility with filestream.
> FPC compiler from trunk Rev 41903 to trunk Rev 42482 has a 100 pages with changes.
Ooops, and all this without any notice.
> My suggestion is to post your problems with trunk FPC

Thanks Sternas.
Fre;D
Please Log in or Create an account to join the conversation.
- fredvs
- Offline
- Junior Member
-
- Posts: 183
- Thank you received: 1
> Current LAB CT 6.90 revision 006970 (unreleased) has FPC Rev 42596, updated before 30 minutes.
Huh, I did try to upgrade CT from 006860 with CodeTyphon but it said : "Total 0 file to update, Sorry NO updates."
Fre;D
Please Log in or Create an account to join the conversation.
- fredvs
- Offline
- Junior Member
-
- Posts: 183
- Thank you received: 1
> The fact is that CodeTyphon-FPC it's NOT the same with SVN-FPC
Would it not be the time to rename fpc used by CodeTyphon with something else, like tpc or ctpc?
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
but we will see.
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
I would vote for this.
Also to add a new const: Rev number, so when using new tpc compiler, we could know what rev of the compiler version was used (impossible with fpc).
Also I would vote to fix this, (more than 20 years than we wait for that):
bugs.freepascal.org/view.php?id=32367
[EDIT] The fixes are there, only need to patch it.
And so, people that uses "external" to load libraries may use complete soname (like xlib.so.6) and not obliged to create a simlink to xlib.so or install the dev package to use the compiler (that make problem if the dev library is different than the one used by the distro).
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
CodeTyphon has at
codetyphon\fpcsrc\packages\fcl-base\src\ctutils.pp
const
cnCTVer = 690;
cnCTVerStr= '6.90';
so, Revision number it's not necessary
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
> codetyphon\fpcsrc\packages\fcl-base\src\ctutils.pp
Ha, perfect, so CodeTyphon is ready for his own compiler!

That said **very** not easy to debug last trunck of fpc 3.3.1.
They change everything last month in classes.
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
many new things will come with next CodeTyphon Generation 7
Our vision, for the best and most powerful Programming Studio on the planet
it's on the rails
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.