-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
No, I have no mistakes. And why are you using a separate dll? The gui is compiled together with raylib. |
Beta Was this translation helpful? Give feedback.
-
thanks very much for your reply. |
Beta Was this translation helpful? Give feedback.
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.