I have created a Dll on CVI 7.1 whitch allocates memory with command "calloc()" and free memory with command "free()".
This Dll is running on a PXI chassis with Labview 7.1 and I have the error message "Out of memory" after some runs.
The Dll functions correctly on windows 2000. The PXI memory management don't seems to be the same as on windows.
Is there an option on labview for different memory managements ?
Thank you for your help.