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

Home » Public Forums » archive » Re: iPlot and applications
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
Re: iPlot and applications [message #49658] Tue, 08 August 2006 15:03
D. Alterman is currently offline  D. Alterman
Messages: 2
Registered: August 2006
Junior Member
That did the trick, thanks. And it added a mere 1.8MB to the .sav
file.

-D

Benjamin Hornberger wrote:
> D. Alterman wrote:
>> I would like to create a new iPlot from within an application. I have
>> no problem doing this from within the development environment, but when
>> I create a .sav file for distribution and run it from the virtual
>> machine I get the following error:
>>
>> "Attempt to call undefined procedure/function:
>> 'IDLITPARAMETERSET_DEFINE'."
>>
>> I can create a new plot window graphical object, but I would like to
>> give the user all the functionality of iPlot to modify the graph.
>>
>> I'm using Windows XP both for development and running the virtual
>> machine.
>>
>> Thank you for your help.
>> -D
>>
>
> Hi -D,
>
> the iTools code doesn't get compiled into the .sav file (RESOLVE_ALL
> doesn't do this). You have to do ITRESOLVE before writing out the .sav
> file (e.g., by putting that command into your "make" file, if you
> happened to have one), which compiles *all* iTools related code. In my
> experience, this adds about 6 MB to the .sav (on Windows).
>
> Cheers,
> Benjamin
Re: iPlot and applications [message #49683 is a reply to message #49658] Tue, 08 August 2006 05:51 Go to previous message
Benjamin Hornberger is currently offline  Benjamin Hornberger
Messages: 258
Registered: March 2004
Senior Member
D. Alterman wrote:
> I would like to create a new iPlot from within an application. I have
> no problem doing this from within the development environment, but when
> I create a .sav file for distribution and run it from the virtual
> machine I get the following error:
>
> "Attempt to call undefined procedure/function:
> 'IDLITPARAMETERSET_DEFINE'."
>
> I can create a new plot window graphical object, but I would like to
> give the user all the functionality of iPlot to modify the graph.
>
> I'm using Windows XP both for development and running the virtual
> machine.
>
> Thank you for your help.
> -D
>

Hi -D,

the iTools code doesn't get compiled into the .sav file (RESOLVE_ALL
doesn't do this). You have to do ITRESOLVE before writing out the .sav
file (e.g., by putting that command into your "make" file, if you
happened to have one), which compiles *all* iTools related code. In my
experience, this adds about 6 MB to the .sav (on Windows).

Cheers,
Benjamin
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Reading columns of binary data
Next Topic: embedding resources in runtime application

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

Current Time: Wed Oct 08 13:45:32 PDT 2025

Total time taken to generate the page: 0.00459 seconds