Skip to content
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

Open
piXelicidio opened this issue Oct 2, 2018 · 4 comments
Open

Compiling for Android from Delphi #71

piXelicidio opened this issue Oct 2, 2018 · 4 comments

Comments

@piXelicidio
Copy link
Contributor

Hi, looks like is not intended, right? Googling doesn't give me any hope. Have anyone here tried SDL2+Delphi+Android?

@Free-Pascal-meets-SDL-Website
Copy link
Contributor

@turric4n
Copy link

turric4n commented Oct 3, 2018

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.

@piXelicidio
Copy link
Contributor Author

Hi again!
I tried last year (thanks for your replys), then I tried again today. There is now way I could find any light on this. I read everywhere, I can't find no one doing it, and at the end I'm still lost.
There is no SDL2 .so library on SDL2 website, they say you need to get the source, and seems like I should compile on Android Studio, similar like they do it here with C++: http://lazyfoo.net/tutorials/SDL/52_hello_mobile/android_windows/index.php
Looks like I have to give up again :(

@piXelicidio
Copy link
Contributor Author

This was the most close attempt I have found, but looks like there is no future of trying SDL2 with Delphi:
https://www.pascalgamedevelopment.com/showthread.php?31146-sdl2-windows-and-android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants