You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: