comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Weird run-time Application Problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Weird run-time Application Problem [message #26504] Wed, 05 September 2001 04:48 Go to next message
Studenten is currently offline  Studenten
Messages: 4
Registered: November 2000
Junior Member
Hi guys!
I am puzzled by a problem the last 2 days , hope you have a solution
for me.
Ich have a run-time application running on a Solaris Maschine (Idl
5.0.3) , and this application had a problem reading several data . I had
a look at the Code of this application and i found out that it was a
Unix - script problem(on the Solaris Maschine !the Code was Correct) .
By running the Original Code (*.pro files)after correcting the Unix
script everything was Ok and i could finally read the data i wanted to .
But , as i tried to do the same with the run-time code (it is the same
code i used before, only as *.sav files - i didn't create new files
from my *.pro files,that was the original run-time application)i still
couldn't read the Data.


Can anybody help me?

cu
Jiannis
Re: Weird run-time Application Problem [message #26535 is a reply to message #26504] Sun, 09 September 2001 10:26 Go to previous messageGo to next message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Michael W Asten wrote:
>
> I dont have in clever ideas here, but one nasty similar experience I had was
> a result of the runtime code (via sav files) looking in a directory path
> different from that which the the
> original code was using. Check the path with print,!path staements, or
> set the target directory with cd, mydirectory. Good luck.
>
> Regards,
> Michael Asten
>

Dear Michael,

!path is undefined during runtime.


Dear Jiannis,

I believe that's your runtime routine don't find the data.
Have you checked this?

You could prompt some debug info by dialog_message.

regards

Reimar










> Studenten wrote:
>
>> Hi guys!
>> I am puzzled by a problem the last 2 days , hope you have a solution
>> for me.
>> Ich have a run-time application running on a Solaris Maschine (Idl
>> 5.0.3) , and this application had a problem reading several data . I had
>> a look at the Code of this application and i found out that it was a
>> Unix - script problem(on the Solaris Maschine !the Code was Correct) .
>> By running the Original Code (*.pro files)after correcting the Unix
>> script everything was Ok and i could finally read the data i wanted to .
>> But , as i tried to do the same with the run-time code (it is the same
>> code i used before, only as *.sav files - i didn't create new files
>> from my *.pro files,that was the original run-time application)i still
>> couldn't read the Data.
>>
>> Can anybody help me?
>>
>> cu
>> Jiannis

--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg1/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml

http://www.fz-juelich.de/zb/text/publikation/juel3786.html
============================================================ ======

read something about linux / windows
http://www.suse.de/de/news/hotnews/MS.html
Re: Weird run-time Application Problem [message #26566 is a reply to message #26504] Fri, 07 September 2001 05:02 Go to previous messageGo to next message
Studenten is currently offline  Studenten
Messages: 4
Registered: November 2000
Junior Member
Thx for the answer , but the problem is that it is the SAME code.. This is what
puzzles me...How can the .pro file work and the same file as .sav doesnt't?
Could this be a case of remaking the sav files and reinstalling them in the
system?
cu
Jiannis


Michael W Asten schrieb:

> I dont have in clever ideas here, but one nasty similar experience I had was
> a result of the runtime code (via sav files) looking in a directory path
> different from that which the the
> original code was using. Check the path with print,!path staements, or
> set the target directory with cd, mydirectory. Good luck.
>
> Regards,
> Michael Asten
>
> Studenten wrote:
>
>> Hi guys!
>> I am puzzled by a problem the last 2 days , hope you have a solution
>> for me.
>> Ich have a run-time application running on a Solaris Maschine (Idl
>> 5.0.3) , and this application had a problem reading several data . I had
>> a look at the Code of this application and i found out that it was a
>> Unix - script problem(on the Solaris Maschine !the Code was Correct) .
>> By running the Original Code (*.pro files)after correcting the Unix
>> script everything was Ok and i could finally read the data i wanted to .
>> But , as i tried to do the same with the run-time code (it is the same
>> code i used before, only as *.sav files - i didn't create new files
>> from my *.pro files,that was the original run-time application)i still
>> couldn't read the Data.
>>
>> Can anybody help me?
>>
>> cu
>> Jiannis
Re: Weird run-time Application Problem [message #26574 is a reply to message #26504] Thu, 06 September 2001 19:57 Go to previous messageGo to next message
Michael Asten is currently offline  Michael Asten
Messages: 53
Registered: March 1999
Member
I dont have in clever ideas here, but one nasty similar experience I had was
a result of the runtime code (via sav files) looking in a directory path
different from that which the the
original code was using. Check the path with print,!path staements, or
set the target directory with cd, mydirectory. Good luck.

Regards,
Michael Asten


Studenten wrote:

> Hi guys!
> I am puzzled by a problem the last 2 days , hope you have a solution
> for me.
> Ich have a run-time application running on a Solaris Maschine (Idl
> 5.0.3) , and this application had a problem reading several data . I had
> a look at the Code of this application and i found out that it was a
> Unix - script problem(on the Solaris Maschine !the Code was Correct) .
> By running the Original Code (*.pro files)after correcting the Unix
> script everything was Ok and i could finally read the data i wanted to .
> But , as i tried to do the same with the run-time code (it is the same
> code i used before, only as *.sav files - i didn't create new files
> from my *.pro files,that was the original run-time application)i still
> couldn't read the Data.
>
> Can anybody help me?
>
> cu
> Jiannis
Re: Weird run-time Application Problem [message #26611 is a reply to message #26535] Tue, 11 September 2001 04:00 Go to previous message
Studenten is currently offline  Studenten
Messages: 4
Registered: November 2000
Junior Member
The problem is that i didn't change anything on the .pro code(it is not my code,
i 've got to correct it only).It is the same code which was SAVED, 2 months ago in
order to make the .sav files.
I just changed a unix -script on the system and now running the pro files does it
.

It is a lilltle bit difficult deiinstalling, remaking and reeinstalling the Sav
files, cause they are part of a much bigger programm which is almost always in
use(Medical Application). Therefore i must be sure before i do something like that
...
cu

Jiannis


Reimar Bauer schrieb:

> Michael W Asten wrote:
>>
>> I dont have in clever ideas here, but one nasty similar experience I had was
>> a result of the runtime code (via sav files) looking in a directory path
>> different from that which the the
>> original code was using. Check the path with print,!path staements, or
>> set the target directory with cd, mydirectory. Good luck.
>>
>> Regards,
>> Michael Asten
>>
>
> Dear Michael,
>
> !path is undefined during runtime.
>
> Dear Jiannis,
>
> I believe that's your runtime routine don't find the data.
> Have you checked this?
>
> You could prompt some debug info by dialog_message.
>
> regards
>
> Reimar
>
>> Studenten wrote:
>>
>>> Hi guys!
>>> I am puzzled by a problem the last 2 days , hope you have a solution
>>> for me.
>>> Ich have a run-time application running on a Solaris Maschine (Idl
>>> 5.0.3) , and this application had a problem reading several data . I had
>>> a look at the Code of this application and i found out that it was a
>>> Unix - script problem(on the Solaris Maschine !the Code was Correct) .
>>> By running the Original Code (*.pro files)after correcting the Unix
>>> script everything was Ok and i could finally read the data i wanted to .
>>> But , as i tried to do the same with the run-time code (it is the same
>>> code i used before, only as *.sav files - i didn't create new files
>>> from my *.pro files,that was the original run-time application)i still
>>> couldn't read the Data.
>>>
>>> Can anybody help me?
>>>
>>> cu
>>> Jiannis
>
> --
> Reimar Bauer
>
> Institut fuer Stratosphaerische Chemie (ICG-1)
> Forschungszentrum Juelich
> email: R.Bauer@fz-juelich.de
> http://www.fz-juelich.de/icg/icg1/
> ============================================================ ======
> a IDL library at ForschungsZentrum Juelich
> http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
>
> http://www.fz-juelich.de/zb/text/publikation/juel3786.html
> ============================================================ ======
>
> read something about linux / windows
> http://www.suse.de/de/news/hotnews/MS.html
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: compiling before needing
Next Topic: Do not pay for your p o r n o ever again! 8553.45

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:13:47 PDT 2025

Total time taken to generate the page: 0.00679 seconds