Re: SAV file call external function problem? [message #63916 is a reply to message #63776] |
Fri, 21 November 2008 02:00  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Rongchang Chen schrieb:
>> I presume you mean you are running your SAVE file
>> on either a runtime license or the Virtual Machine.
>> In either of those cases, there can be no *compiling*
>> of routines. So, you will have had to pre-compile all
>> the functions you intend to call with CALL_FUNCTION
>> and include those in the SAVE file.
>
>
> Yes I want to run SAVE file on Virtual Machine.CALL_FUNCTION need pre-
> compile all routines,can other commands or methods support to call idl
> routines which doesn't pre-compile in SAVE file? Thank you!
where is the example function you create on the fly?
Reimar
|
|
|