Replies: 1 comment 23 replies
-
What’s the code for your activity? |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have been trying to use SDL to create a window (or in this case IView) in Android, but it is giving me the following error:
Silk.NET.SDL.SdlException: 'Application didn't initialize properly, did you include SDL_main.h in the file containing your main() function?'
This looks like an error from SDL, so I'm not sure what the cause would be.
Here's my code (that probably has something wrong):
vw is an IView object.
Steps to reproduce (With above code)
Beta Was this translation helpful? Give feedback.
All reactions