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

Home » Public Forums » archive » Re: Provinding files for VM-Application
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Provinding files for VM-Application [message #61843 is a reply to message #61842] Fri, 08 August 2008 05:03 Go to previous message
Bob[3] is currently offline  Bob[3]
Messages: 60
Registered: December 2006
Member
On Aug 8, 7:51 am, wengi <andreas.w...@gmail.com> wrote:
> Hi there,
>
> I'm currently coding a project for a colleague. Unfortunately I have
> to build the application for the VM because the colleague does not
> have an IDL-license.
> The project needs some kind of dummy-files to read some information
> from. Using the idlde I have the opportunity to provide these files, I
> think. I just put the file in the "data-folder" of the project. Later
> on I want to open the file with openr.
> While testing the application on a VM I always run into a "file-not-
> found" error. I have no idea in which way I have to specify the path
> to the file in the source-code.
> I tried:
>
> hname = '\data\header.ima'
> hname = '\header.ima'
>
> and then
>
> openr,unit,hname,/get_lun
>
> Always running into the "file-not-found" error. So where can I find my
> provided files after having built the project? Any idea would be
> appreciated.
>
> Regards,
> Andreas

no experience (yet) with the VM, but have you tried
hname = 'data\header.ima'
or
hname = 'header.ima'
with the file in the same dir as the VM executable (or a data subdir)?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Counting the lengths of continuous numbers in an array
Next Topic: Re: Quiet Around Here

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

Current Time: Sat Oct 11 05:57:22 PDT 2025

Total time taken to generate the page: 0.40208 seconds