Origin Version :7 - SR 2
Operating System:Win XP SP2
Hi
I try to analyze/get familiar=LEARN/ with Origin C so I want automation.c program to run.
I did every step according to tutorial, but when I called the program with: "Process %yTutorial\Sample.TXT"
what I got was:
1> Process %yTutorial\Sample.TXT
Processing file: SAMPLE .......failed to find object during method call
Command Error!
Compiler points just one line below void (with that error)
void Process(string strFileName)
and to:
ffDataFile.ReadString(strSampleID);
What can cause such an error?
Thanks in advance!!