Hello,
I'm currently working on an application which uses a .NET controller.
I've started from the DLL file provided by a third party.
They also provide a standalone testapp that uses the same library and this is working fine. (testapp not in CVI)
Now when I start my program, initialize the library and start accessing it my memory keeps growing.
Every time I access the function my memory usage grows.
I've used the function
CVIDynamicMemoryInfo() to check my functions but this used memory stays the same.
It's only the memory in the task manager that keeps growing.
Any ideas? How does CVI manage the resources of a .NET controller?
Is there a way to free these resources?
Best regards,
Gerrit