Welcome, Guest
Username: Password: Remember me
Lab CT Version, news, test results, new features request and suggestions
  • Page:
  • 1
  • 2

TOPIC:

CT LAB ver 7.80 1 year 11 months ago #17021

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1059
  • Thank you received: 148
New CT release, LAB CodeTyphon ver 7.80 Revision 007760 
It's the last LAB release of CT 7.80.
Please test and report.
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 11 months ago #17022

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Installed and as usual everything worked before and after the update.
So once more, I'm happy. 
Operating Systems Windows 10 (64-bit), virtual Linux Mint (64-bit) and virtual Raspberry Pi Desktop

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 11 months ago #17024

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks
My Friend, have fun...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 11 months ago #17028

  • Leonid
  • Leonid's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 3
CT 7.80 latest development version.

It may not be significant, but still when deleted the dir '.typhon64' to re-configure the environment.
After changing the environment on 'ALL Docked', there were glitches with the interface.
After changing the color, it hung altogether.
After close the CT, then re-launched it and everything worked absolutely fine and
I checked my projects -   didn’t find any errors.

Linux 5.10.0-11-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 GNU/Linux

Best regards 

File Attachment:

File Name: ct_setttings4.zip
File Size:923 KB
Attachments:

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 11 months ago #17029

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1059
  • Thank you received: 148
Thanks

"when deleted the dir '.typhon64'"

Delete the .typhon64 folder it's NOT the correct procedure.

We use CTCenter => "IDE Settings Restore Defaults" .
Will delete .typhon64 folder and will copy "Default Setting" to new .typhon64 folder.
TyphonIDE need "Default Setting" in the .typhon64 folder to work without problems.


 
PilotLogic Core Programmer
Attachments:
The following user(s) said Thank You: Leonid

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

CT LAB ver 7.80 1 year 11 months ago #17038

  • Forsteri
  • Forsteri's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
Hello.

A mysterious phenomenon has occurred with OpenSSL.
It seems that the same phenomenon appears in CT7.80 of Win32 and Win64.

If you code normally, an access violation will occur and
If you insert TMemoryStream and TByte, the process will be completed, but Permission Deneied will be done.

This is a partial excerpt from Delphi and its operation has been confirmed.

Best regards.

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 11 months ago #17039

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1059
  • Thank you received: 148
Thanks
give us time to test and report
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

CT LAB ver 7.80 1 year 11 months ago #17042

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100

A mysterious phenomenon has occurred with OpenSSL.


 

pl_OpenSSL package is under develop status.

Please, only for LAB CT 7.80 revision 007760
In attach file you will find the new LAB pl_OpenSSL (replace old pkg in TyphonIDE)
and your tests projects for SSL3, working correct.

We use "Loaders Tech" in these tests, to load SSL libraries staff from
C:\codetyphon\binRuntimes\x86_64-win64\openssl\
folder.

Win11/Typhon64

 

Real-Time source support for CodeTyphon Studio.
Have fun......
 
PilotLogic Architect and Core Programmer
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

CT LAB ver 7.80 1 year 11 months ago #17045

  • Forsteri
  • Forsteri's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
Hello.

I compiled and installed the attached pl_OpenSSL and used Loader and it worked perfectly!
Thank you very much for your verification and repair.

I will implement it a little more and check the operation.

Best regards.

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 11 months ago #17046

  • Forsteri
  • Forsteri's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
Hello.
I'm sorry again.

It seems that OPENSSL_malloc has not been implemented yet, but are there any plans to implement it?
www.openssl.org/docs/man3.0/man3/OPENSSL_malloc.html

We apologize for the inconvenience.

Best regards.

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 11 months ago #17048

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Yes
we will try
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 10 months ago #17055

  • Forsteri
  • Forsteri's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
Hello.

CT7.80 Very simple thread code written in Win64,
I feel that it is not working properly.
Even though the main thread is waiting for 6000 seconds
The main thread is called only once on the thread side.

Am I doing something wrong?
I haven't written a very simple program, so I'm sorry if there are any deficiencies.

Best regards.

File Attachment:

File Name: Thread.7z
File Size:1 KB
Attachments:

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 10 months ago #17056

  • Forsteri
  • Forsteri's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
I'm sorry, I tried it with GUI and there was no problem.

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 10 months ago #17057

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 10 months ago #17079

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
We release Final CodeTyphon ver 7.80
have fun...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 10 months ago #17080

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1059
  • Thank you received: 148
It's a BIG release...
My respect to our LAB programmers.
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

CT LAB ver 7.80 1 year 10 months ago #17081

  • Leonid
  • Leonid's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 3
Final CT ver 7.80(installed from CodeTyphonIns.zip) works excellently (gtk2, pl_rx, fpspreadsheet, sqldb, lz_Report),
but CTCenter not start, error:
 "codetyphon: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by codetyphon)"

Linux 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 GNU/Linux

Best regards

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 10 months ago #17082

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1059
  • Thank you received: 148
Thanks
It's Linux/GNU GLIBC library problem.

We build CTCenter on latest Fedora 36.
Latest Fedora 36,  OpenSuse,  ArchLinux based distributions , Ubuntu 22.04 based distributions, etc
use  GLIBC>=2.34

Current Debian 11.3 use old GLIBC.

Debian SID, fix this problem.

 
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

CT LAB ver 7.80 1 year 10 months ago #17083

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Installed on Windows 10 and all my project run like clockwork, Linux Mint update will follow later.
Great job again! 
Operating Systems Windows 10 (64-bit), virtual Linux Mint (64-bit) and virtual Raspberry Pi Desktop

Please Log in or Create an account to join the conversation.

CT LAB ver 7.80 1 year 10 months ago #17085

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1059
  • Thank you received: 148
Thanks
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2