-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling for Android from Delphi #71
Comments
Hi,
some people report they managed to run applications with
SDL2/Android+Lazarus, hence it should be possible for Delphi (actually
I'm sure it has been done, already), too.
Perhaps this can help you get further.
https://www.freepascal-meets-sdl.net/about-sdl2-free-pascal-and-android/
https://www.freepascal-meets-sdl.net/android-sdl2-and-pascal/
Nevertheless, I personally never tried it and if you manage to get it
done, I would really appreciate to hear from you. If you would like to
share a short tutorial for others to read, I'd be glad to publish it at
the said site.
Good luck.
|
That's would not to be hard... because Delphi ARM compiler can link (statically and dinamically) third party .so libraries. You will need to make a wrapper that use SDL2 (Android) .so library. |
Hi again! |
This was the most close attempt I have found, but looks like there is no future of trying SDL2 with Delphi: |
Hi, looks like is not intended, right? Googling doesn't give me any hope. Have anyone here tried SDL2+Delphi+Android?
The text was updated successfully, but these errors were encountered: