DelphiLearnOpenGL icon indicating copy to clipboard operation
DelphiLearnOpenGL copied to clipboard

Delphi 10.3 cannot be used

Open gtyhn opened this issue 7 years ago • 2 comments

10.3 Cannot be used on Android

gtyhn avatar Nov 27 '18 17:11 gtyhn

Yes, Embarcadero changed to application model on Android (again). I don't have time to look into this soon. Since this is "just" a learning repository, you can stick with the non-Android platforms for now, or use Delphi 10.2 for Android.

Of course, a pull request with fixes is also appreciated ;)

neslib avatar Dec 06 '18 20:12 neslib

By debugging on Android, I found out that because onNativeWindowCreated didn't trigger the callback, the APP_CMD_INIT_WINDOW message could not be passed, and in TPlatformAndroid.HandleAppCmd ​​it was the APP_CMD_INIT_WINDOW message to initialize the NativeWindow related environment, so I don't know why onNativeWindowCreated is not called by Android.

Sorry, my English is very poor

gtyhn avatar Dec 17 '18 16:12 gtyhn