We have a .NET DLL that we use from our regular application without issue (using wrun32 on Windows).
When we try to access it from the same program run with the console runtime (crun32), it throws a memory violation.
I'm guessing the console runtime doesn't support calling a .NET DLL - can any Acu guru confirm that for me?
(Using 9.1.2.1 Windows runtime).
Thanks
Tony