Results 1 to 10 of 11

Thread: SDL for Delphi + Other Useful Libraries

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    SDL for Delphi + Other Useful Libraries




    SDL


    Simple DirectMedia Layer for Delphi

    Pascal bindings that allow you to use SDL and other useful libraries with Delphi.

    Included



    Minimum Requirements




    Usage


    You simply add SDL to your uses section and everything will be linked in your executable, ready for use with no DLLs to maintain. You will have direct access to all the aforementioned libraries.

    Support






    Made with ❤️ in Delphi
    Last edited by drezgames; 31-12-2021 at 04:27 PM.

  2. #2
    PGDCE Developer de_jean_7777's Avatar
    Join Date
    Nov 2006
    Location
    Bosnia and Herzegovina (Herzegovina)
    Posts
    287
    Quote Originally Posted by drezgames View Post
    Happy new year all!
    Happy new year!

    Good work. Personally do not use SDL, but it's good to know when someone needs the headers. Do these work with FPC?
    Existence is pain

  3. #3
    Quote Originally Posted by de_jean_7777 View Post
    Happy new year!

    Good work. Personally do not use SDL, but it's good to know when someone needs the headers. Do these work with FPC?
    Thx! They were made for Delphi, and I've not tested with FPC. Of the top of my head, you would have to remove ReportMemoryLeaksOnShutdown, and remove the dotted unit names in the uses sections and use replacement routines for the ones I call from System.IOUtils and in theory it should work. It's win64 only.

  4. #4
    Hi Jarrod,

    I wonder what happened to the SDL2 repo, it seems to be gone. At least the links are 404'ing.

    Best regards
    Matthias

  5. #5
    It works for me. Maybe they had an issue.
    No signature provided yet.

  6. #6

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
  •