Results 1 to 10 of 14

Thread: CodeTyphon vs. Lazarus

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    CodeTyphon vs. Lazarus

    I'm considering changing IDE to CodeTyphon, but to do that I need to know differences from upstream Lazarus. Can you provide list?

  2. #2
    I've checked CodeTyphoon some time ago but there was a problem with installation and I never touched it again. Is it alternative IDE for free pascal or/and Lazarus modification?

  3. #3
    I'm using CodeTyphon for cross-plattform development because it's easy to download, install or even create new crossbuild-toolchains withouth having to tinker with a terminal. Right now I've set it up on a 64-Bit Linux (Mint) and it allows me to compile to Linux 32, Linux 64, Windows 32 and Windows 64. For (the near) future I also plan on setting up cross compile to Mac OSX, so all the platforms I want to support can be compiled from a single development environment.

    So if you do cross-platform stuff, I'd go for code typhon. The installation is pretty easy and adding new toolchains with ease is a real plus.

  4. #4
    PGD Staff / News Reporter phibermon's Avatar
    Join Date
    Sep 2009
    Location
    England
    Posts
    524
    I've never heard of it personally but I'm definitely going to give it a go now. I've got cross-compilation working perfectly fine with scripts etc I've never had a problem, I'm more interested if the IDE allows me to work quicker than Lazarus.

    EDIT : it's just a modifed, packaged up version of Lazarus? I've already modified Lazarus to add things I want and I don't need any help setting up cross compilation. Waste of time unless there's actually tangible additions over Lazarus.

    Edit Again : they have done absolutely nothing but add a logo, just some fly by night opportunists that are using the hard work of the Lazarus team to polish their own profile.

    Just download the source to FPC and compile it, install Lazarus etc it's really not difficult. These people deserve absolutely no user-base, they've pretty much hidden the fact that it's Lazarus, claiming that *they* are improving it all the time.

    Edit Again Again : There's a few examples and a component they've added, that's it. oh and the logo. And all the packages they've added, as if it were their own work, are things like AGGPas, Box2D etc.

    What an insult! I'll zip up my lazarus shall I, add my engine then call it 'Code Master 2000'.
    Last edited by phibermon; 10-07-2013 at 01:02 PM.
    When the moon hits your eye like a big pizza pie - that's an extinction level impact event.

  5. #5
    Like phibermon has already mentioned CodeTyphon is just a fat version of Lazarus.

  6. #6
    PGD Staff / News Reporter phibermon's Avatar
    Join Date
    Sep 2009
    Location
    England
    Posts
    524
    Sorry I've only just gotten up, I'm probably being a little bit unfair but they should make it a lot clearer that it's other peoples work that they're packaging up. The whole site is worded very much like they are the soul creators.

    If any of the devs are reading by the way, I explicitly deny you permission to add any of my code to your project. And in addition I'll add a clause to the open licence I use if I must, specifically stating that inclusion of the source-code in any form of development like project is dependant upon that project clearly stating, where everybody can see it, who's work they've included, in what capacity and to provide links to those projects.

    You should be *proud* to say you've included work from others, you should acknowledge your appriciation of their work and make effort to funnel users their way. You don't hide it all so you can pretend you're awesome.

    In the docs for my engine I even credit projects that have inspired me let alone bits of code I've used, if I feel that any design I've seen has influenced mine then it's stated.

    Credit where credit is due.
    Last edited by phibermon; 10-07-2013 at 01:16 PM.
    When the moon hits your eye like a big pizza pie - that's an extinction level impact event.

  7. #7
    CodeTyphon does not support multiple installations which means u can have only one version/instance of CodeTyphon working on ur PC.

    It also supports installation only on C: drive on Windows; so if u want to install CodeTyphon on D: drive, then ur doomed.

    I have two physical drives installed; a solid state drive is mounted as C:, that is why I do not want to install CodeTyphon on C: drive; that is why I don't use it.

    As far as I remember, CodeTyphon contains trunk FPC while I prefer using stable FPC branch; and that is another reason why I don't use CodeTyphon

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •