Origin Version (Select Help-->About Origin): 7.5 SR6 Operating System: Windows XP SP2
I get the following error message when starting origin : System Folder build failed! Please resolve.
Furthermore, when I try to link a program calling the fft_convolute function I get : Error, Function fft_convolute@HAKA$KA$KA$BABA was called, but its body could not be located during linking.
I checked that the files fft_utils.c and fft_utils.h were present in folders Origin75\OriginC\Originlab and Origin75\OriginC\System
I reinstalled Origin but this did not solve the problem.
Try to delete all the folders and files under the Origin User folder, which is specified at the first time you run Origin after the installation and by default it will be <Origin Installation Folder>\WinUserName\. Maybe you need backup the files to some other folder before deleting.
Zachary OriginLab Technical Services.
Edited by - zachary_origin on 03/21/2007 12:35:57 PM
Deleting my Origin user folder solved the first part of the problem: I don't have any more the "system folder build failed" message.Thanks for your suggestion.
But I still have a problem when I try to link the program calling the fft_convolute function.
Christian
quote: Try to delete all the folders and files under the Origin User folder, which is specified at the first time you run Origin after the installation and by default it will be <Origin Installation Folder>\WinUserName\. Maybe you need backup the files to some other folder before deleting.
Zachary OriginLab Technical Services.
Edited by - zachary_origin on 03/21/2007 12:35:57 PM
I got the same compiler error with fft_convolute and fixed it by adding fft_utils.c to CodeBuilder's System folder and including <fft_utils.h> in my Origin C file.