HELP RayGui DLL
- Posted by Icy_Viking in January
- 583 views
Hello all,
I am trying to get Raygui built into DLL, but I keep coming up short. I've both the GCC and MSVC methods of trying to compile and build it (https://github.com/raysan5/raygui), but I keep coming up with errors. I even tried building Raylib 5 using the makefile which includes RayGUI (as long as you set the option to true, from false) (https://github.com/raysan5/raylib/blob/master/src/Makefile) and it still comes up with build errors. It seems to be linker errors, even though I only change the bare minimum required. If anyone can help that would be great.