Linking code into IDL [message #6831] |
Tue, 27 August 1996 00:00 |
David Theil
Messages: 11 Registered: May 1996
|
Junior Member |
|
|
Claus Hammerl wrote:
>
> Hi there,
>
> I wrote an idl application and want it to be used by others, but I
> don't want others to look at the source code ... is there any
> possibility to do a compilation and run the compiled code or do
> I always have to run IDL and read the source code to run it ...
>
> thanks in advance
>
> claus hammerl
> hammerl@physik.uni-augsburg.de
Another alternative, if you want optimal speed and are willing to get
into the nitty-gritty of how idl works is to check out the linkimage
procedure, which you could run in your idl startup file to merge
your routine with IDL, making it indistinguishable from any other
IDL function. The drawback is your routine will not be entirely
platform independant.
----------
David Theil
home work
University of Colorado
3360 34th St. D campus box 389
Boulder, Colorado Boulder, Colorado
80301 80309
(303)449-3113 (303)492-0895
No guts, no glory.
|
|
|