Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Welcome to the Free Pascal forum!

  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Welcome to the Free Pascal forum!

    All things Free Pascal can be discussed here.

    For those not familiar with it you can visit it's web page here: Free Pascal Website.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2

    Welcome to the Free Pascal forum!

    This compiler ROCKS !!!

    It's nearly ideal for a low-cost games programming (at least for projects where you don't need VCL). And the performance is nearly equal to Delphi.

    The DGDev Team, which I'm a proud member of, will soon release its second game, compiled with FreePascal

  3. #3

    Welcome to the Free Pascal forum!

    I don't know about the compiler but it's the awful IDE managed to scare me away.

  4. #4

    Welcome to the Free Pascal forum!

    Oh yes, I was not talking about the IDE. But I'm used to code in Java using Textpad, so FP is fine too

  5. #5

    Welcome to the Free Pascal forum!

    use the freeware IDE called Programmers Notepad:
    http://www.pnotepad.org/

    There are a few others some even compile it for you (altho I think PNotepad can do that too if configured), but mostly they don't compile it my way!
    Do it by the book, but be the author!
    <br />
    <br />Visit the Lion Productions website at:
    <br />http://lionprod.f2o.org

  6. #6

    Welcome to the Free Pascal forum!

    Or if you are using it in a win-32 platform. Dev-pascal from Bloodshed os a great freeware IDE.

  7. #7
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Welcome to the Free Pascal forum!

    Maybe someone can make a Gamer's IDE for it?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  8. #8

    Welcome to the Free Pascal forum!

    I made a small notepad like IDE for FreePascal once with SynEdit. Pressing F9 even compiled the code (though this feature was a bit buggy).

    I guess what I want to say is that it shouldn't be to hard to make a minimalistic IDE yourself if you want to.
    Signature:
    <br />This is a block of text that can be added to posts you make. There is a 255 character limit

  9. #9

    Welcome to the Free Pascal forum!

    I once started an IDE, however I didn't have the time to finish it... worked pretty well too, well as long as you didn't try to save the project since that didn't go well yet!
    Do it by the book, but be the author!
    <br />
    <br />Visit the Lion Productions website at:
    <br />http://lionprod.f2o.org

  10. #10

    Lazarus

    As to the IDE problem, use Lazarus -> www.lazarus.freepascal.org It's a Delphi clone IDE working both under Win32/Unices. It has it's own LCL(clone of VCL) which is almost complete.

    Both FPC and Lazarus are not yet done but once they will finish Delphi will be a bad memory...
    Feel the power of Open Source.
    <br />Feel the power of Free Pascal.

Page 1 of 2 12 LastLast

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
  •