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

delphi 10.3 android cannot be used #1

Closed
gtyhn opened this issue Nov 27, 2018 · 2 comments
Closed

delphi 10.3 android cannot be used #1

gtyhn opened this issue Nov 27, 2018 · 2 comments

Comments

@gtyhn
Copy link

gtyhn commented Nov 27, 2018

FastSinCos(rad, sin, cos)

_fast_sincos_scalar reported an exception here

@neslib
Copy link
Owner

neslib commented Dec 6, 2018

Thanks for reporting.
Issue was caused by changes to the way Delphi links static libraries on Android (it assumes Thumb mode now instead of Arm mode).
Fixed this by creating 2 separate static libraries: one for 10.3 and one for earlier versions of Delphi.

Let me know if this solves your issue.

@neslib neslib closed this as completed Dec 12, 2018
@gtyhn
Copy link
Author

gtyhn commented Dec 17, 2018

Thank you for your reply, I have solved it now, thank you again

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

2 participants