Results 1 to 3 of 3

Thread: Delphi IDE+Debugger with Freepascal compiler?

  1. #1
    fran2244
    Guest

    Delphi IDE+Debugger with Freepascal compiler?

    Anyone have an idea how to do that? I prefer delphi 2006/2007's coding environment and debugger over lazarus's, but i'd like to try porting one of my larger projects to freepascal and see if i can get it to run in linux and then... who knows!!

    Anyway, way back when, with bp7 i had managed to use its ide as a frontend for my compilers since it could intercept the output messages and display them in the messages pane. I've tried to do something similar with the Build Tools and Configure Tools menu options in delphi but... well that didnt work out.

    So, has anyone done this?

    Not that it's such a big bother really, i'll eventually learn to better use lazarus if i have to but since i've got the delphis, i wouldn't mind using them even more!

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

    Delphi IDE+Debugger with Freepascal compiler?

    Look for a project called CrossFPC. It's sort of a hack of Delphi to be able to use the FPC binary to compile with.

    Not the greatest of ideas though. You'd probably be better off just learning Lazarus. There are even some things that are, I dare say, better then the way Delphi does things.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    Delphi IDE+Debugger with Freepascal compiler?

    Cross FPC has made a lot of noise, but till now only released one fairly simple beta.

    Most notably I doubt they really will get the designer to work properly with FPC in a cross platform way.


    Some examples of the better stuff:
    - recursive wildcards in directories (use /dir/* or c:\dir\*)
    - packages have own directory tabs, that are auto added if you install a pkg.

    Sounds trivial but I really miss them if after the weekend I go back to my (delphi) day job.

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
  •