> I am getting picture from a video camera to process it in to an IMAQ
> application under labview V4. When I want to process the picture I get
> the message :
> Error#3:"mysource:memory.c",line 467
> and I have to leave the programm
Error #3 means that a value was passed to the LV memory manager which
was supposed to be a handle. On quick inspection it wasn't, so the
memory manager can't operate on that value. Can you list more
specifically what versions of LV and IMAQ you are using? Also note if
there are any external DLLs? Often a memory corruption or manager error
is caused by a DLL that is either not called correctly or isn't dealing
with memory correctly.
Greg McKaskle