|
When i try raygui with lazarus, it s ok to compile ( no error), but when I launch the program, directly I have a big error number. It s not the code with raygui, raygui, i code sample of 2 or 3 lines. Have you the same problem. I use raygui.dll 5.5 ( the 5.0 same problem) and the header 4.1 of raygui. |
Answered by
axel18bsm
Feb 8, 2025
Replies: 2 comments 1 reply
|
thanks very much for your reply. |
0 replies
Answer selected by
GuvaCode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


thanks very much for your reply.
I have found my error . We must copied the 2 libraries ( //note: copy the raylib.dll file from the 'ray4laz/libs/x86_64-windows' folder to your project folder.).
I have forgotten to copy them. Thanks for all. All is ok.