danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Android compilation

alextim400 opened this issue · comments

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?