Re: Error [message #80558 is a reply to message #36067] |
Mon, 25 June 2012 07:24   |
Andy Sayer
Messages: 127 Registered: February 2009
|
Senior Member |
|
|
Hi,
I meant you should post the contents of the file C:\Users\fadaei\IDLWorkspace80\IDL\bowman\startup.pro , as that seems to be what is causing the error, and without seeing the code we can't see why it is causing an error. From this message, if might just be you need to add an 'end' at the end.
Hope this helps,
Andy
On Sunday, June 24, 2012 9:39:05 PM UTC-4, fada...@gmail.com wrote:
> On Friday, June 22, 2012 11:54:29 PM UTC+9, Andy Sayer wrote:
>> On Thursday, June 21, 2012 10:18:43 PM UTC-4, 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
>>
>> I suggest opening up startup.pro and posting line 1. If we can see the code, we might be able to tell what the error is.
> Dear Andy
> I opened as you are suggested. I past the all command here. Please see it. Thank you
> IDL> startup
>
> % End of file encountered before end of program.
> At: C:\Users\fadaei\IDLWorkspace80\IDL\bowman\startup.pro, Line 36
> % 1 Compilation error(s) in module $MAIN$.
>
> % End of file encountered before end of program.
> At: C:\Program Files (x86)\ITT\IDL\bowman\startup.pro, Line 36
> % Compiled module: STARTUP.
> % Attempt to call undefined procedure/function: 'STARTUP'.
> % Error occurred at: $MAIN$ 1 C:\Users\fadaei\IDLWorkspace80\IDL\bowman\startup.pro
> % Execution halted at: $MAIN$ 1 C:\Users\fadaei\IDLWorkspace80\IDL\bowman\startup.pro
> IDL>
> Regards, Hadi
|
|
|