Hey guys
Hey guys,
When I switch on $TypedAddress Compiler Directive, it is no longer possible to create an exception from resourcestring. The code below doesn't compile anymore:
EArgumentNilException.CreateRes(@SArgumentNil_NilValue_Collection);
Neither on Windows nor Android.
Many thanks :D
When I switch on $TypedAddress Compiler Directive, it is no longer possible to create an exception from resourcestring. The code below doesn't compile anymore:
EArgumentNilException.CreateRes(@SArgumentNil_NilValue_Collection);
Neither on Windows nor Android.
Many thanks :D
Use type-cast PResStringRec(@SArgumentNil_NilValue_Collection)
ReplyDeleteAlexey Kazantsev Thanks a lot :D
ReplyDelete