Re: Sokol Wrapper Build Issue
- Posted by Icy_Viking 2 weeks ago
- 1355 views
ghaberek said...
Icy_Viking said...
Thanks Greg, adding the "lgdi32" worked.
Glad to hear.
Icy_Viking said...
Also, the '#define SOKOL_NO_ENTRY' is used for when there is no main, to help build DLL.
I noticed that after poking around a bit more. Hopefully that's all you need to make it usable!
-Greg
Well I have finished wrapping the main sokol libraries. https://github.com/gAndy50/EuSokol
The DLLs are built and the Euphoria programs compile without issue. No examples yet. I'm a bit unsure on how to make some examples as the sokol libraries are pretty struct heavy. You'll also need to use the 64-bit version of Euphoria, just an FYI.