Results 1 to 10 of 18

Thread: Delphi 7 on Windows 8

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    You'll love Lazarus then. They just released 1.0 not long ago and it's code editor is just like Delphi 7. Actually it's better!

    You don't have to use the VCL or LCL to make your games in fact just create a new "Program" project and you are on your way. SDL links just as well to a Lazarus project as it does a Delphi one. You just have to setup your project options up to include your SDL paths, but you have to do the same in Delphi anyways. Plus later on if you wanted to share your game with your Mac or Linux friends it's as easy as giving them the source to compile for their platforms or doing it yourself.

    Here is a first impressions blog from someone that tried the new Lazarus 1.0 recently: http://www.delphifeeds.com/go/s/95836
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2
    Are there also custom components available for Lazarus?
    I mean like for Delphi, VCL components, free and shareware ones?
    How good is Lazarus at compiling some Delphi component source?

    I never tried to do that, so that's why i ask.


    I will try out v1.0. Maybe it's really better now, than it was

  3. #3
    As far as I know there are plenty of third party componets which work with FPC/Lazarus. Infact many Delphi third party components have been ported to FPC/Lazarus already.

  4. #4
    Older Delphi's install fine on vista+ if you don't install them to program files. (where UAC rules). IIRC you need to run setup as admin though so that the debugger registration goes fine.

    But for most stuff nowadays I grab to FPC (and my private Delphi is D2009). It simply comes with more goodies ready to run.

Tags for this Thread

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
  •