Results 1 to 10 of 61

Thread: Allegro.pas

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #34
    Some weeks ago I decided I should make Allegro.pas fully compatible with Delphi, so I was working on it. I had to download Delphi Tokio Starter Edition because Delphi 6 (the one I have) has some issues with compilation directives (i.e. {$IFEND} vs. {$ENDIF}). Right now I've worked only in one of the simplest examples, ex_bitmap that just loads and renders a bitmap in a window, and seems to work. Unfortunately I haven't more Delphi versions (except Delphi 6 that isn't compatible) so I don't know if it works in other ones.

    Also I was thinking about a suggestion made by Akira13 in the MinGRo's thread so I've added a directory named "Lazarus" and created a project file for each example. It seems to work, so I'll try the same for Delphi too.

    Once I accomplished Delphi compatibility and I integrate Handoko's game demo with the library (and may be port my demo from the 4 branch too) then I'll make a beta release.
    Last edited by Ñuño Martínez; 14-01-2018 at 01:16 PM.
    No signature provided yet.

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
  •