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

Problem with Android compilation #364

Closed
alextim400 opened this issue Apr 17, 2020 · 0 comments · Fixed by #369
Closed

Problem with Android compilation #364

alextim400 opened this issue Apr 17, 2020 · 0 comments · Fixed by #369

Comments

@alextim400
Copy link

I am trying to create a cross-platform client application. The Windows client compiles without errors, and when compiling the Android client, an error occurs in the module

MVCFramework.Serializer.JsonDataObjects.pas.

On line

if String (AValue.TypeInfo.Name) .StartsWith ('Nullable') then

With message

E2089 Invalid typecast.

Does anyone know how to get around this?

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

Successfully merging a pull request may close this issue.

1 participant