Error [message #80509] |
Thu, 21 June 2012 19:18  |
hadi
Messages: 33 Registered: June 2012
|
Member |
|
|
hi evetyone
I can not understand about a error that always is happened after i am writing a command. Like this error
% Error occurred at: $MAIN$ 1 C:\Program Files (x86)\ITT\IDL\bowman\startup.pro
% Execution halted at: $MAIN$ 1 C:\Program Files (x86)\ITT\IDL\bowman\startup.pro
please help me how i can solve. Thank you
Hadi
|
|
|
Re: Error [message #80557 is a reply to message #80509] |
Mon, 25 June 2012 08:11   |
Kenneth P. Bowman
Messages: 585 Registered: May 2000
|
Senior Member |
|
|
In article <eac08aad-f595-4dc2-a007-db7902270a01@googlegroups.com>,
fadaei.hd@gmail.com wrote:
> hi evetyone
> I can not understand about a error that always is happened after i am writing
> a command. Like this error
> % Error occurred at: $MAIN$ 1 C:\Program Files
> (x86)\ITT\IDL\bowman\startup.pro
> % Execution halted at: $MAIN$ 1 C:\Program Files
> (x86)\ITT\IDL\bowman\startup.pro
> please help me how i can solve. Thank you
> Hadi
>
It looks like you are trying to use the sample startup.pro file
from my book.
http://csrp.tamu.edu/downloads/idl/startup.pro
This file is not an IDL procedure, so you cannot run it at the
command line like this
IDL> startup
It can be executed as an IDL script, like this
IDL> @startup
but normally it is set to run automatically when starting IDL
(hence the name startup.pro), either by setting a system variable
for the shell (for Linux or OS X), or by setting an IDL preference.
I have no experience running IDL on Windows, but I assume that
you are running using the IDL Development Environment (DE). If so,
look at the preferences options in the DE.
You may need to make some changes in the startup.pro file to
be consistent with your set up. For example, the startup.pro
file expects to find an "idl" directory, not an "ITT/IDL" directory.
Perhaps some Windows experts can help here.
Ken Bowman
|
|
|
|
Re: Error [message #80695 is a reply to message #80509] |
Mon, 25 June 2012 17:16  |
hadi
Messages: 33 Registered: June 2012
|
Member |
|
|
On Friday, June 22, 2012 11:18:43 AM UTC+9, fada...@gmail.com wrote:
> hi evetyone
> I can not understand about a error that always is happened after i am writing a command. Like this error
> % Error occurred at: $MAIN$ 1 C:\Program Files (x86)\ITT\IDL\bowman\startup.pro
> % Execution halted at: $MAIN$ 1 C:\Program Files (x86)\ITT\IDL\bowman\startup.pro
> please help me how i can solve. Thank you
> Hadi
Dear Bowman
Thank you for your response, I dont know about someonethat are professional in winodows enviroment. I hope to find it. I just started to learning newley. Do you have any suggestion for beginner. Thank you
Best, Hadi
|
|
|