03-18-2009 03:55 PM
The functions CA_FreeMemory is breaking every time I call it even though I don't have a breakpoint set. Does anyone know of this problem? Is there an alternate function that can be used to free the memory that doesn't break whenever called?
03-19-2009 10:37 AM
Hi Steve,
This KnowledgeBase article describes the issue you are seeing: Missing Breakpoint in LabWindows/CVI Code. Another function you can use to free memory is the ANSI C function free (found in stdlib.h)