Thread: Delphi IDE

Results 1 to 3 of 3
  1. #1
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool

    Delphi IDE

    @Departure

    really the title says it all, i want one to start new programming language( well i already started it) and some samples so i can get the jist of it
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. #2
    Strikex's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    1,311
    Reputation
    9
    Thanks
    355
    My Mood
    Relaxed
    Delphi 2007 or 2010?

  3. #3
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Delphi has been around awhile and thus have a lot of different versions...

    Native Ansi Versions are .... 1,2,3,4,5,6,7,2005,2006,2007

    Native Unicode versions are.... 2009,2010,XE <--- XE being the latest version of Delphi

    Suggested Versions... Depending if your going to make hacks or build a complete program with GUI ect.. I suggest Delphi Version 7 for anything that require small exe output and hacks ect... but gui making I would suggest the latest version of Delphi because it has some awesome features in the IDE and supports Unicode string ect.. native

    There is what they call a "Lite" version of Delphi 7 which I use because its only small and has some enhancements to the IDE, also some of Delphi's inbuilt functions have been replaced with inline assembly with optimization(some functions can execute 100X faster than original). https://delphi7lite.w ordpress.com/
    Remove the space


    For Delphi XE(Latest Version) goto there site and download trial version, I can send you a keygenerator to make it fully registered...
    https://downloads.embarcadero.com/free/delphi

    Studio version has Delphi, C++ compiler, php, .net ect...
    Last edited by Departure; 05-14-2011 at 10:20 PM.

  4. The Following 2 Users Say Thank You to Departure For This Useful Post:

    OBrozz (05-16-2011),topblast (05-14-2011)