Re: compiling itools and utilities [message #38695 is a reply to message #38694] |
Tue, 23 March 2004 05:19  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Nuno Oliveira writes:
> I'm trying to make a .sav file from which I can call some itools and
> utilities. I add the corresponding .pro files (in the case, xvolume.pro and
> ivolume.pro) to a project that I build (and that includes /resolve all). But
> when I try to run it, I get an error, because he needs all the procedures
> that itools and utilities call, like the ones related to creation of
> objects.
>
> Do I need to compile explicitly all the procedures that are associated to
> itools? Or there is another way to get itools on a .sav file to call from
> virtual machine?
You need to know about the undocumented file IDLitResolveITools:
http://www.dfanning.com/itool_tips/runtime.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|