Some more pre-Xporting issues
Posted: Tue Mar 02, 2021 1:21 pm
In May 2020 you wrote about Axit:
Error XS0245 Destructors and object.Finalize cannot be called directly. Consider calling IDisposable.Dispose if available.
on a line like oParser:Axit() .
I assumed that with the above that should no longer give an error?
Dick
But in the forelast version of X# I use I still getrobert wrote:DIck,
2) I will make a change to the VO SDK code. The contents of Axit() will be moved to another method (Destroy() or Close()) and Axit will call that method. You can then call that method in your code too if you want to force close the session before the garbage collector kicks in.
Robert
Error XS0245 Destructors and object.Finalize cannot be called directly. Consider calling IDisposable.Dispose if available.
on a line like oParser:Axit() .
I assumed that with the above that should no longer give an error?
Dick