Question CT LAB ver 5.70
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
can you give us more info ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Javor
-
- Offline
- Junior Member
-
- M.Sc in Computer Science, (ex-)freelancer
- Posts: 72
- Thank you received: 8
Attachments:
Please Log in or Create an account to join the conversation.
- HIGH-Zen
-
- Offline
- New Member
-
- Posts: 9
- Thank you received: 1
I updated to CT LAB 5.70 from 5.60 and memory leak issue is now fixed.
Not a big deal, but I found that Ctrl+F11 (Open project) doesn't work. Other shortcuts do work.
CT 5.70 LAB, Win 7, Typhon32 for Win32.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we will fix and this
PS: we fixed...
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Javor
-
- Offline
- Junior Member
-
- M.Sc in Computer Science, (ex-)freelancer
- Posts: 72
- Thank you received: 8
{unitname, usually the main unit}.pas(27,1) Error: Compilation raised exception internally
langs: array [0..maxLangs - 1] of string = ('bg', 'en');
' RETURN quote_ident(view_name); ' + LineEnding +
When I rebuild the project (Shift+F9), everything is fine, built and runs normally. Never happened to me in previous versions.
Please Log in or Create an account to join the conversation.
- Vbxler
- Visitor
-
I can actually say very little about this error:
If I set in this project a breakpoint at the Projekt.lpr file
it is not stopped here in debug mode.
(That would actually be the beginning of the application)
An error at line 531 of file 'themes.pas appears immediately.
I am now back on CT5.4, this version works reliably.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
changes at first post
Please, test, report and have fun...
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- _13th_Dragon
-
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
Maybe I'm doing something wrong?Compile Project, OS: android, CPU: arm, Target: TestB: Exit code 1, Errors: 1
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-android-ld.exe: cannot find crtbegin_dynamic.o
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-android-ld.exe: cannot find -ldl
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-android-ld.exe: cannot find -ljnigraphics
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-android-ld.exe: cannot find -llog
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-android-ld.exe: cannot find -lc
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-android-ld.exe: cannot find -lc
TestB.lpr(23,0) Error: Error while linking
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
you must show to the compiler where are the Android OS Libraries
Codetyphon/binLibraries
please read this
Step4: Setup your Project Libraries
Don't forget to Setup your Project Platform:
LCLWidgetType=customdrawn (step 6)
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- _13th_Dragon
-
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
and copied to Android
and ran it (by using "Terminal Emulator"),
nothing happened but the logcat showed:
I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0
I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0
I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0
I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0
I/lclapp ( 4066): [FORMS.PP] ExceptionOccurred
I/lclapp ( 4066): Sender=EAccessViolation
I/lclapp ( 4066): Exception=Access violation
I/lclapp ( 4066): Stack trace:
I/lclapp ( 4066): $40218260
I/lclapp ( 4066): $4027A740
I/lclapp ( 4066): $4027A86C
I/lclapp ( 4066): $40228F64
I/lclapp ( 4066): $4017B808
I/lclapp ( 4066): $4017BEAC
I/lclapp ( 4066): $4017D6F8
I/lclapp ( 4066): $401F0DB0
I/lclapp ( 4066): $401F0BD0
I/lclapp ( 4066): $401EFED4
I/lclapp ( 4066): $401496A4
I/lclapp ( 4066): $40149550
I/lclapp ( 4066): $4014BBF4
I/lclapp ( 4066): $40152F04
I/lclapp ( 4066): $40125EBC
I/lclapp ( 4066): TApplication.HandleException Access violation
I/lclapp ( 4066): Stack trace:
I/lclapp ( 4066): $40218260
I/lclapp ( 4066): $4027A740
I/lclapp ( 4066): $4027A86C
I/lclapp ( 4066): $40228F64
I/lclapp ( 4066): $4017B808
I/lclapp ( 4066): $4017BEAC
I/lclapp ( 4066): $4017D6F8
I/lclapp ( 4066): $401F0DB0
I/lclapp ( 4066): $401F0BD0
I/lclapp ( 4066): $401EFED4
I/lclapp ( 4066): $401496A4
I/lclapp ( 4066): $40149550
I/lclapp ( 4066): $4014BBF4
I/lclapp ( 4066): $40152F04
I/lclapp ( 4066): $40125EBC
Please Log in or Create an account to join the conversation.
- Al
- Offline
- New Member
-
- Posts: 6
- Thank you received: 1
This is quick port of FPC RTTI interface branch to CT LAB 5.7.0 Revision 005631.
For Linux i386 target seems it work correct for mORMot library TestSQL3 program.
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
_13th_Dragon wrote: When I compiled the TestB project (source attached to the post above: www.pilotlogic.com/sitejoom/media/kunena...ents/10208/TestB.zip),
and copied to Android
and ran it (by using "Terminal Emulator"),
nothing happened but the logcat showed:Sorry about my English.I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0 I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0 I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0 I/lclapp ( 4066): WARNING: TLazIntfImage.ChooseRawBitsProc Unsupported BitsPerPixel=0 I/lclapp ( 4066): [FORMS.PP] ExceptionOccurred I/lclapp ( 4066): Sender=EAccessViolation I/lclapp ( 4066): Exception=Access violation I/lclapp ( 4066): Stack trace: I/lclapp ( 4066): $40218260 I/lclapp ( 4066): $4027A740 I/lclapp ( 4066): $4027A86C I/lclapp ( 4066): $40228F64 I/lclapp ( 4066): $4017B808 I/lclapp ( 4066): $4017BEAC I/lclapp ( 4066): $4017D6F8 I/lclapp ( 4066): $401F0DB0 I/lclapp ( 4066): $401F0BD0 I/lclapp ( 4066): $401EFED4 I/lclapp ( 4066): $401496A4 I/lclapp ( 4066): $40149550 I/lclapp ( 4066): $4014BBF4 I/lclapp ( 4066): $40152F04 I/lclapp ( 4066): $40125EBC I/lclapp ( 4066): TApplication.HandleException Access violation I/lclapp ( 4066): Stack trace: I/lclapp ( 4066): $40218260 I/lclapp ( 4066): $4027A740 I/lclapp ( 4066): $4027A86C I/lclapp ( 4066): $40228F64 I/lclapp ( 4066): $4017B808 I/lclapp ( 4066): $4017BEAC I/lclapp ( 4066): $4017D6F8 I/lclapp ( 4066): $401F0DB0 I/lclapp ( 4066): $401F0BD0 I/lclapp ( 4066): $401EFED4 I/lclapp ( 4066): $401496A4 I/lclapp ( 4066): $40149550 I/lclapp ( 4066): $4014BBF4 I/lclapp ( 4066): $40152F04 I/lclapp ( 4066): $40125EBC
Sorry for the delay Sir
we have a lot work will FPC trunk... a mess... a big mess...

We will look at your code
Please give us time..

PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- tatamata
- Offline
- Junior Member
-
- Posts: 37
- Thank you received: 3
Can you upgrade fpspreadsheet to the latest source code (i think, 27.01.2016)? Thanks.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we did this yesterday
-Update pl_VisualPlanIt to Ver 5.7.1
-Update pl_VirtualTreesExtra to Ver 5.7.1
-Update pl_Shapes to Ver 5.7.1
-Update pl_Astronomy to Ver 5.7.1
-Update pl_ZeosDBO to Ver 7.2.0.34 Source 29-01-2016 SVN Rev 3783
-Update pl_Indy to Ver 10.6.2.26 Source 29-01-2016 SVN Rev 5338
-Update pl_RX to Ver 5.7.2 Source 29-01-2016 SVN Rev 4482
-Update pl_FPSpreadsheet to Ver 5.7.4 Source 29-01-2016 SVN Rev 4482
-Update pl_RichMemo to Ver 5.7.1 Source 29-01-2016 SVN Rev 4482
-Update pl_BGRAbitmap to Ver 8.7.5 Source 30-01-2016 SVN Rev 1120
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- tatamata
- Offline
- Junior Member
-
- Posts: 37
- Thank you received: 3
I tried by update manager in CT itself, but the actual version in 5.70 was: "pl_FPSpreadsheet Ver 5.7.2 Date 16-01-2016 Source SVN Rev 4423 " , not the Ver 5.7.4 Source 29-01-2016 SVN Rev 4482
Thanks.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
you must wait for the next Revision release
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- usbdoo
- Visitor
-
Is it possible to add ibx4lazarus into CT?
www.pilotlogic.com/sitejoom/index.php/fo...lazarus?limitstart=0
IBX For Lazarus (Firebird Express)
IBX for Lazarus is derived from the Open Source edition of IBX published by Borland/Inprise in 2000 under the InterBase Public License. This version has been brought up-to-date by MWA Software and focused on the Firebird Database API for both Linux and Windows platforms. It is released under the InterBase Public License for the original code and under the compatible Initial Developers Public License for new software.
Positive reports have also been received about its use on MAC OSX.
Cheers,
usbdoo.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
please give us time to check and test
PS: the new CT 5.70 Beta 1 (rev 005641) is ready for release
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
I have here a Lab "Note" from my programming team (1 year old).
The problem with ibx4lazarus is the "InterBase Public License"
we want more information for this License, for us this is GO-NO-GO subject
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- zeljko
- Offline
- Junior Member
-
"InterBase Public License"
www.firebirdsql.org/en/interbase-public-license/
web.archive.org/web/20051201062423/http:...0,1410,30198,00.html
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.