NotNotTech / Raylib-CsLo

autogen bindings to Raylib 4.x and convenience wrappers on top. Requires use of `unsafe`
Mozilla Public License 2.0
115 stars 10 forks source link

Missing win-x86 native Raylib DLL #36

Open Rysefoxx opened 1 year ago

Rysefoxx commented 1 year ago

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.

Thank you very much.

abo-nb commented 1 year ago

I built an x86 dll file, but I removed the physics-related content, hoping to help you raylib.zip