The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Initial configuration script file is missing or...
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

tony_lincoln

USA
Posts

Posted - 06/26/2013 :  12:13:38 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Dear Madam/sir,

I downloaded OriginPro from Originlab website with evaluation licencse, to evaluate Origin Ver. 9 in Windows 8 Operating System:

My C program has one function :

void run()
{
...
}

which called other functions in my program. When I typed "run" in "Command and results" line, a "Initial configuration script file is missing or not in the software directory" pops up. When I typed "dir", this dir command works well.
I remember that several years ago when I tried this program and typed "run" in Command line, the program worked well.
So I wonder if there are something wrong about path etc. Can you give me any hint?
Thank you.
Tony

greg

USA
1378 Posts

Posted - 06/26/2013 :  2:50:50 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Since the message you are seeing is what you get when you execute "run", but there is no function by that name, you simply have not compiled your source file and perhaps have not included it in your Workspace so it can compile.
In code builder, verify that you see the source file with your
void run()
function in your User folder. If not, make the source file the active window and choose File : Add to Workspace
Then press Shift+F8 to build the file. If there are no errors, then
run
should work.
Go to Top of Page

tony_lincoln

USA
Posts

Posted - 06/26/2013 :  9:37:30 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Yes. It works. Thanks.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000