Recent

Author Topic: What is CodeTyphon ?  (Read 49791 times)

pascaldeveloper

  • New Member
  • *
  • Posts: 43
What is CodeTyphon ?
« on: June 21, 2013, 06:17:43 pm »
Hello, I found  a link to codetyphon. Can someone tell me what it is?

Thank you.

Dibo

  • Hero Member
  • *****
  • Posts: 1048
Re: What is CodeTyphon ?
« Reply #1 on: June 21, 2013, 06:59:50 pm »
CodeTyphon is project based on Lazarus. Features:

- It is based on Lazarus 1.1 and Free Pascal 2.7.1 from SVN development branch (so it could be unstable )
- It has almost all known components for Lazarus (also from development branch)
- But the main feature is CodeTyphon Studio. It is build-in cross-compile tool. So for example: you install codetyphon on windows and can compile for windows, linux, macos, android just with one click. You don't need to configure anything, it is done by installator

pascaldeveloper

  • New Member
  • *
  • Posts: 43
Re: What is CodeTyphon ?
« Reply #2 on: June 21, 2013, 07:05:48 pm »
Hi thank you for you're reply :) How do I install CodeTyphon?

I downloaded the CodeTyphon Installer CodeTyphonIns.zip but it just has a bunch of
Batch files. Can you tell me how to do this please :)

Thank you.



pascaldeveloper

  • New Member
  • *
  • Posts: 43
Re: What is CodeTyphon ?
« Reply #5 on: June 22, 2013, 01:57:39 am »
Hi I figured it out :)

Thank you for you're help.

You said it's based on 1.1 of Lazarus. Is 1.1 the latest version after 1.0.8 ? for example is it 1.10? The interface looks different in Tyhon.exe

Thank you in advance

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: What is CodeTyphon ?
« Reply #6 on: June 22, 2013, 03:27:47 pm »
Have you had a look around on the PilotLogic/CodeTyphon website, it really explains very well what it is and why/where it differs from Lazarus.
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

pascaldeveloper

  • New Member
  • *
  • Posts: 43
Re: What is CodeTyphon ?
« Reply #7 on: June 22, 2013, 08:06:38 pm »
Hi Thank you for your reply. My question is what is better, Lazarus or CodeTyphon?

Thank you in advance :)

Dibo

  • Hero Member
  • *****
  • Posts: 1048
Re: What is CodeTyphon ?
« Reply #8 on: June 22, 2013, 08:25:37 pm »
Its the same but CT is extended by some features, so like I described above, if you don't need this:

Quote
- It is based on Lazarus 1.1 and Free Pascal 2.7.1 from SVN development branch (so it could be unstable )
- It has almost all known components for Lazarus (also from development branch)
- But the main feature is CodeTyphon Studio. It is build-in cross-compile tool. So for example: you install codetyphon on windows and can compile for windows, linux, macos, android just with one click. You don't need to configure anything, it is done by installator

... then you don't need CodeTyphon

Something can change in future because what I read from CT forum, CT team is planning to write own IDE, so if it really happen then we indeed can talk about "what is better" :)
« Last Edit: June 22, 2013, 08:27:26 pm by Dibo »

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: What is CodeTyphon ?
« Reply #9 on: June 22, 2013, 08:54:55 pm »
That is a very shallow view of the situation, CT offers a couple of very good points that in my opinion should be part of lazarus from the start. Except the extended list of components which if I am not mistaken has been tested to work with windows, linux and probably MACOS it has the most wanted feature of auto building and setup of cross compilers, although I am aware that in order to cross compile that alone is a huge advantage over lazarus which require indricate knowledge of the internals of the compiler, lcl, fcl and gods knows what else in order to setup a cross compiler. Knowledge which might be useful in future endeavors for some but not for the vast majority of developers.

Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

pascaldeveloper

  • New Member
  • *
  • Posts: 43
Re: What is CodeTyphon ?
« Reply #10 on: June 24, 2013, 10:18:34 am »
Hi I downloaded CodeTyphon. Does anybody on here use it?
I have a question, in the images folder there is a file called ide_images.lrs
I assume it's like the laz_images.lrs which contains all of the ide images such as for the
toolbar etc... there are no batch scripts to compile the ide_images into the .lrs.
does anyone know where the bat file is or how I can do this in codetyphon?

any help is appreciated. I'd like to change the toolbar images.

Thank you.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11351
  • FPC developer.
Re: What is CodeTyphon ?
« Reply #11 on: June 24, 2013, 03:24:35 pm »
Hi I downloaded CodeTyphon. Does anybody on here use it?

Please direct Code Typhon installation questions to the codetyphon forum
 

majid.ebru

  • Sr. Member
  • ****
  • Posts: 494
Re: What is CodeTyphon ?
« Reply #12 on: June 19, 2017, 08:54:33 am »
Hi
.
I apologize.
.
Is the difference between Lazarus project and CodeTyphon project?
and which one is better؟!؟1

Handoko

  • Hero Member
  • *****
  • Posts: 5122
  • My goal: build my own game engine using Lazarus
Re: What is CodeTyphon ?
« Reply #13 on: June 19, 2017, 09:03:23 am »
It is hard to say which one is better. Each has its own advantages.

CodeTyphon can help you build cross platform programs easier, it makes the complicated process simple. It also makes some improvements on the IDE.

Lazarus has more users, its forum (this forum) is more active. Basically CodeTyphon is compatible with Lazarus, but because they made significant changes, CodeTyphon is not compatible with Lazarus. Someone (I forget his name) made a tool to convert code from/to Lazarus - CodeTyphon.
« Last Edit: June 19, 2017, 09:07:07 am by Handoko »

majid.ebru

  • Sr. Member
  • ****
  • Posts: 494
Re: What is CodeTyphon ?
« Reply #14 on: June 19, 2017, 09:15:50 am »
Thank you. :) :)

Someone (I forget his name) made a tool to convert code from/to Lazarus - CodeTyphon.
.
i uninstall lazarus and install CodeTyphon.
then i  open CodeTyphon IDE -->  Project --> open Project --> and i select and open my lazarus project and codeTyphon opens it ?!?!?
« Last Edit: June 19, 2017, 09:31:51 am by majid.ebru »

 

TinyPortal © 2005-2018