I've one question about memory management.
My application uses dynamic memory in very extensive way. It allocates many
buffers for the data (up to 200MB).
Memory blocks are correctly freed but process has still 200MB of virtual
memory. I've noticed that if I open and close any CVI window process virtual
memory decreases to correct value (about 60 MB).
Maybe I should call any function to free virtual memory?
Regards
Jaroslaw Przywieczerski