GuvaCode / ray4laz

A complete header translation (binding) of the raylib 5.5 to Pascal. Without any funky helper functions for memory alignment issues. Inspired and partially based on the drezgames/raylib-pascal binding, however a little cleaner and more recent, with FPC 3.2.0 and up support.
https://www.raylib.com/
zlib License
108 stars 21 forks source link

Unable to Run #6

Closed BearHeathen closed 2 years ago

BearHeathen commented 3 years ago

Windows 10 x64 Lazarus 2.2.0RC2 (built via fpcupdeluxe) OPM: Installed Ray4Laz

Receiving "raylib.dll not found..." error. Rebuilding ray4laz_designtime v.4.0 removes this error. However, I still get the "Execution stopped with exit-code 1073741515" error. See screenshots for specific error messages.

Admittedly, this may be completely user error. Nonetheless, your work is invaluable and in the event someone else might get this fringe error it may be worth documenting.

ray1 ray2

GuvaCode commented 2 years ago

Try with this version of raylib. https://github.com/raysan5/raylib/releases/download/4.0.0/raylib-4.0.0_win64_msvc16.zip

BearHeathen commented 2 years ago

Just wanted to post for future reference:

Adding these references did indeed cause the app to function as intended!

image