Scripter + Nullable fields

I've been trying to use some classes with nullable fields in scripter, but can't get the field values.

I'm not even trying to update data with scripter through Aurelius, just need to use the classes as any other normal object.

Thought that using that non-official Aurelius Scripter Library could help, as shown in Working with Aurelius , but using MyScripter.AddLibrary(TAureliusEntityLibrary); raises an AccessViolation error.

Are there any news on using Nullable in Scripter? Is Aurelius.Scripter unit still functional? What's the right way to use it?

Thanks.

:raised_hands:

No AddLibrary
Should have used one of the unit root procedures.

ScripterRegisterEntities(MyScripter);

Now happy with my Nullable fields again!
Thanks!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.