undefined reference to `rCloseWindow'
joseph-montanez opened this issue · 1 comments
joseph-montanez commented
Both on Windows and Linux has this is undefined using the pre-built Raylib releases:
https://github.com/raysan5/raylib/releases
If change it back to CloseWindow, it works fine.
raylib-beef/src/Raylib/Core/Windowing.bf
Line 16 in ca09fed
I think this is because you tried to compile this on your own and Raylib has issues with the Windows API when being included.
M0n7y5 commented
Yeah this is definitely fix for Win API linking. I provided working binaries in release, but only for windows. I am interested in Linux development tho. But i want to use WSL for it, so i need to figure it out few things first. Anyways ... i am gonna push small fix for this ASAP.