-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Error TMVCAbstractSerializer invalid type cast in linux build #161
Comments
Do you have any version started to complement in apache linux? |
DMVCFramework works on linux (ad console, daemon and apache module) since 3.x Are you talking about this issue? Any others? |
I am testing a version delphimvcframework-3.1.1-beryllium-RC2 and giving the following error: [DCC Error] MVCFramework.Serializer.JsonDataObjects.pas(1088): E2010 Incompatible types: 'string' and 'Byte' |
Please, use the last version when report issue please. |
I'm compiling a project in ubuntu linux and the error that I put in the title on the line below:
LogD ('Registering TypeSerializer for:' + string (ATypeInfo.Name))
I did the correction as per the code below
The text was updated successfully, but these errors were encountered: