Hi !
Ok, this is a DLL, so I thought I wasn't supposed to use the CIN()'s with DLLs? Is that true?
Anyway, I tried this;
NumericArrayResize(uL, (int32)1, (UHandle *)&Array, (int32)(counter - 2));
..and it seems to work. But I still get crashes when I try to write the array value to (*Array)->Numeric[]. I tried using MoveBlock, but that crashes too.
Here's the "real" problem..I am writing the DLL in CVI..but I can't figure out how to invoke the debugger when testing the DLL in Labviews..do I have to use printf's for debugging, or is there some way I can get the CVI debugger to "awaken" when I run the DLL from Labview ??
Kindest,
Warren