In my application, I'm creating a number of tasks with
DAQmxCreateTask().
I stop and
DAQmxClearTask() them when appropriate, but I have a suspicion
that I have a task "leak" since I sometimes get a DAQmx error with code -50352
(
DAQmxErrorPALMemoryFull).
Is there a way to take a count of the number of active tasks? I'm using
LabWindows/CVI 7.1 under WinXP.
Thanks,
Chandan