You are not logged in.
Pages: 1
I use a enum in my soa objects
and was wondering why the client does not send the enum for Set Value 0 (This is default and optimized out from mORMot - i found out)
then i changed enum to start with 1
TMyEnum = (
vv1 = 1, // added = 1
vv2,
vv3
);
This causes an Exception in mormot.core.rtti SetEnumType (line 3537)
This is not critical to me, i changed first value back to 0 - But just to think about.
Rad Studio 12.1 Santorini
Offline
Pages: 1