Origin Ver 8 SR4 and Service Release (Select Help-->About Origin): Operating System: XP
From a Labtalk script in Origin 7.5, I call an OriginC file which computes an FFT of a specified signal. The OriginC file I use is similar to the example file you have posted at www.originlab.com/ftp/programming/FFTUsingNAG.c.
The line that calls the FFT function is: int iRet = FFT(VstimIn, VstimOut);
Where VstimIn, VstimOut are complex vectors.
When I run my file in Origin8 it appears OriginC cannot find the FFT function that is called and posts the following error in CodeBuilder.
compiling... MNAGFFT.C
C:\PROGRA~1\ORIGINLAB\ORIGIN8\MNAGFFT.C(46) :Error, Function FFT@IAAAAAAAMAAABAAAMAAABAAA was called, but its body could not be located during linking.
I did add the #include <OC_nag8.h> statement to the OriginC file for the NAG files.
Did the FFT call in Origin8 change, if so what is the equivalent call in Origin8?
|