Results 1 to 5 of 5

Thread: Allegro.pas 4.3.0 on the way...

  1. #1

    Allegro.pas 4.3.0 on the way...

    Hello people.

    I've released the first alpha of the Allegro.pas game library version 4.3.0. Here you have what you'll find:
    • It compiles and runs on GNU/Linux. There are two problems: I'm afraid I broke Delphi compatibility and some things (MIDI, bitmap rotation...) don't work yet.
    • UNICODE support. Well, limited but functional.
    • Lots of new functions including several hardware acceleration where available.
    • New documentation engine (pasdoc).


    There are some features planned too, i. e. OpenGL support.

    Please download it, test it and let me know your opinion (and if you find a bug, fix it and send me the patch ) specially if you own a Windows system since I don't have one now and I didn't test it.

    Really, download it, compile the examples and the demo game and tell me if you can actually use it. Thanks!
    No signature provided yet.

  2. #2

    Re: Allegro.pas 4.3.0 on the way...

    Hi Nunu, I downloaded your project but can't get it to work. I'm using Vista and Delphi 6. The fix script doesn't do anything and I added your lib in delphi library path but there are no *.dpr files to compile
    Wake up from the dream and live your life to the full

  3. #3

    Re: Allegro.pas 4.3.0 on the way...

    Hi Wizard. I'm afraid it will not work on Delphi this time. AFAIK Delphi doesn't support public variables on DLL, that's why previous Allegro.pas used a lot of pointers. Or that was in old Delphi 6, don't know if latest versions support public variables as Free Pascal does.
    Anyway, the Allegro development team did design a new API for Allegro 5 which should be more compatible with other languages (original Allegro is written in C) so Allegro.pas 5.x should work with Delphi again.

    If you want try, the programs are named "*.pp" (from "Pascal Program"). Rename them to "*.dpr".

    If you can't use 4.3 you can try with latest 4.2. It has a bit less functionality but it works. And I'll fix version 4.2 if it's necessary until release of version 5.0.
    No signature provided yet.

  4. #4

    Re: Allegro.pas 4.3.0 on the way...

    Doesn't work even if I rename to *.dpr Thanks anyway
    Wake up from the dream and live your life to the full

  5. #5

    Re: Allegro.pas 4.3.0 on the way...

    Quote Originally Posted by Wizard
    Doesn't work even if I rename to *.dpr Thanks anyway
    Thanks to confirm it.
    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
  •