I try to learn ORIGIN C and have a problem with the example "automation". When compiling and linking in Origin 7.0 (German version) I get the error message C:\Programme\OriginLab\OriginPro7G\Samples\Programming\Automation\Automation.c(131) :Fehler, Die Funktion initNLSF@HAAC wurde aufgerufen. Während des Linkens konnte der Funktionskörper aber nicht gefunden werden.
The reason you get this message is because the function initNLSF is present in a file called internal.c and this file is not being included in your workspace.
I suggest that you apply the SR4 patch. This will fix the problem. Also, in SR4, this sample was improved to use a better way to fit the data.