Results 1 to 10 of 179

Thread: nxPascal

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #38
    I released a few fixes to github after a long period of silence.
    - BASS supports now both 32 and 64-bit compiling. Executable location or windows\system32\ needs to have either bass.dll or bass64.dll. If it can't find the dll you might get no error at all. App just won't start. It's not a bug i can fix. Of course if nxBass is not included in project, this note is irrelevant.
    - Changed many demos project options to "default" compiling settings. A few had them set to 32-bit which then failed to compile on 64-bit.
    - Using Enable2D and then resizing window without first calling Disable2D no longer blacks out the screen.
    - FileExistsUTF support dropped in favor of new fpc compiler. It became deprecated.

    Added a few known issues to the issue tracker https://github.com/Zaflis/nxpascal/issues and i'll try to keep it updated even if i didn't have time to fix them (i still might sometimes). I'm now developing on Windows 10 using 64-bit Lazarus and FPC. No virtual machines at the moment, and even if i did they might have trouble running with hardware acceleration. So i can't test on Linux. And i have no Delphi at all, considering dropping its support altogether. Is anyone using this on Delphi?
    Last edited by User137; 29-01-2017 at 10:24 AM.

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
  •