06-01-2006 05:01 AM
06-02-2006
04:53 PM
- last edited on
08-22-2025
04:40 PM
by
Content Cleaner
You can pass your complex array into your DLL using the Adapt to Type parameter. The LabVIEW FFT VIs themselves pass complex arrays into the lvanalys.dll FFT function in the form of Adapt to Type - Handles by Value. You might try using this parameter. You should of course be careful when resizing arrays. If you have to do so, use the LabVIEW memory management functions declared in LabVIEW x.x\cintools\extcode.h to do so. This will inform LabVIEW that the resize has taken place so LabVIEW doesn't try to use the extended memory space later. This will save your application.
You can find much more information here. Hope this helps! Let us know how it comes along!
06-04-2006 03:35 AM