- Posts: 11
- Thank you received: 0
×
Lab CT Version, news, test results, new features request and suggestions
Question CT LAB ver 6.40
- anderson
-
- Offline
- New Member
-
Less
More
2 years 7 months ago #11734
by anderson
Replied by anderson on topic CT LAB ver 6.40
I'm sorry, my friend, maybe I did not explain myself exactly, or I did not understand your explanation.
I understand that you will update the repository on a daily basis.
But how do I update my version that is installed on my computer?
Because I can not find a way to control the updates in the repository.
For example, in Lazarus I use OPM to look for new versions of the components.
I'm sorry again, but I'm new to the CT world and everything is new to me.
thank you.
I understand that you will update the repository on a daily basis.
But how do I update my version that is installed on my computer?
Because I can not find a way to control the updates in the repository.
For example, in Lazarus I use OPM to look for new versions of the components.
I'm sorry again, but I'm new to the CT world and everything is new to me.
thank you.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
2 years 7 months ago - 2 years 7 months ago #11735
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic CT LAB ver 6.40
Oh sorry
We release Stable CT every 3-4 months
we release every 5-15 days CT Lab Revisions
Our Rolling Release Development Model
you can update your CodeTyphon version to Stable or LAB version with
CTCenter Update Manager
But we can send you pl_RESTDataware pkg after every update and tests.
Anything you want.
PS:
We put any source MOD to the file: codetyphon\typhon\components\pl_RESTDataware\ctinfo.txt
and we mark these updates with "ct9999" string
CT6.5 pl_RESTDataware\ctinfo.txt
and our mod to source file uDWJSON.pas
We release Stable CT every 3-4 months
we release every 5-15 days CT Lab Revisions
Our Rolling Release Development Model
you can update your CodeTyphon version to Stable or LAB version with
CTCenter Update Manager
But we can send you pl_RESTDataware pkg after every update and tests.
Anything you want.
PS:
We put any source MOD to the file: codetyphon\typhon\components\pl_RESTDataware\ctinfo.txt
and we mark these updates with "ct9999" string
CT6.5 pl_RESTDataware\ctinfo.txt
=============================================
CodeTyphon Studio
Typhon IDE
Information file
=============================================
pl_RESTDataware
Ver 6.5.2 Date 27-05-2018 Source SVN Rev 1421
==== MODs ==================
uDWJSON.pas ### at line: 38
and our mod to source file uDWJSON.pas
unit uDWJSON;
Interface
Uses
{$IFDEF FPC}
LCLIntf, LCLType, LMessages, //=== ct9999 =========
{$ELSE}
{$IFDEF WINDOWS}
Windows,
{$ENDIF}
{$ENDIF}
SysUtils, Classes, TypInfo;
Type
PilotLogic Architect and Core Programmer
Last edit: 2 years 7 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- anderson
-
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
2 years 7 months ago #11736
by anderson
Replied by anderson on topic CT LAB ver 6.40
Great.
Thanks friend.
Thanks friend.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
2 years 7 months ago #11737
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic CT LAB ver 6.40
Thanks and
Have fun my Friend
Have fun my Friend
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: anderson
Please Log in or Create an account to join the conversation.
- anderson
-
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
2 years 7 months ago #11751
by anderson
Replied by anderson on topic CT LAB ver 6.40
Hi Sternas, how are you?
I need to ask you two things.
1st - whenever I update, I noticed that I need to reinstall REST Dataware. Can not this be automatic, since it is installed before the update?
2 - Both Delphi and Lazarus, we have aboutinfo in all components, and I saw that CodeTyphon does not show this information. Are you able to show the aboutinfo ??
Notice the image:
PS: Forgive me if I write ma, I do not 100% dominate the English language.
Thank you very much.
I need to ask you two things.
1st - whenever I update, I noticed that I need to reinstall REST Dataware. Can not this be automatic, since it is installed before the update?
2 - Both Delphi and Lazarus, we have aboutinfo in all components, and I saw that CodeTyphon does not show this information. Are you able to show the aboutinfo ??
Notice the image:
PS: Forgive me if I write ma, I do not 100% dominate the English language.
Thank you very much.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
2 years 7 months ago - 2 years 7 months ago #11752
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic CT LAB ver 6.40
Thanks Sir
1) for visual programming you must rebuild Typhon IDE for every new version of REST Dataware
Typhon use "static linking" for packages.
2) We don't register "About" property in allrestdwreg.pas
3) Your package License ?
4) Finally, is GIT or SVN active ? or both
1) for visual programming you must rebuild Typhon IDE for every new version of REST Dataware
Typhon use "static linking" for packages.
2) We don't register "About" property in allrestdwreg.pas
3) Your package License ?
4) Finally, is GIT or SVN active ? or both
PilotLogic Architect and Core Programmer
Last edit: 2 years 7 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- anderson
-
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
2 years 7 months ago #11753
by anderson
Replied by anderson on topic CT LAB ver 6.40
Ok, I got it.
We use GPL 3.0
Today both SVN and GIT are 100% active. But as a stable package I use the GIT.
If there is a problem with GIT please let me know, so I organize SVN as the main repository.
Thank you very much, my friend.
We use GPL 3.0
Today both SVN and GIT are 100% active. But as a stable package I use the GIT.
If there is a problem with GIT please let me know, so I organize SVN as the main repository.
Thank you very much, my friend.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
2 years 7 months ago - 2 years 7 months ago #11754
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic CT LAB ver 6.40
Thanks Sir
We have problem with GPL 3.0 License
My suggestion is to use an other "Free and OpenSource" License.
Update: If your library finally has GPL 3.0 license, we must remove it from next CodeTyphon release.
Sorry, but for us License issues are GO-NO-GO.
We have problem with GPL 3.0 License
My suggestion is to use an other "Free and OpenSource" License.
Update: If your library finally has GPL 3.0 license, we must remove it from next CodeTyphon release.
Sorry, but for us License issues are GO-NO-GO.
PilotLogic Architect and Core Programmer
Last edit: 2 years 7 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- anderson
-
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
8 months 3 weeks ago - 8 months 3 weeks ago #14657
by anderson
Replied by anderson on topic CT LAB ver 6.40
This is REST Dataware, full compatible with CT
Last edit: 8 months 3 weeks ago by anderson.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
8 months 3 weeks ago - 8 months 3 weeks ago #14658
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic CT LAB ver 6.40
Any CodeTyphon video ? 
or your video it's a promotion of an old Win32 Pascal IDE ?
Please, can you post here, the GIT or SVN source web location of your REST Dataware ?

or your video it's a promotion of an old Win32 Pascal IDE ?
Please, can you post here, the GIT or SVN source web location of your REST Dataware ?
PilotLogic Core Programmer
Last edit: 8 months 3 weeks ago by Matis A..
Please Log in or Create an account to join the conversation.