You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Hey. I'm using version 4.2.0.9 and I noticed that there is no native Raylib DLL for 32 bit. I tried it myself, but I must confess that I couldn't manage to create one myself.
Then I saw that there should be something like GuiGroupBox also in version 4.0.0. This is also the case and there I also have a Raylib 32 Bit DLL. Unfortunately I always get the error there when I call the GuiGroupBox method: " System.EntryPointNotFoundException: Unable to find an entry point named 'GuiGroupBox' in DLL 'raylib'."
Could someone help me that I can use the methods like GuiGroupBox in the latest version? Because that's exactly what I need.