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

Home » Public Forums » archive » Re: hiding idl code
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: hiding idl code [message #6833] Tue, 27 August 1996 00:00 Go to previous message
Robert Moss is currently offline  Robert Moss
Messages: 74
Registered: February 1996
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


You can use something like

.RUN myapp ;compile the top of the food chain
RESOLVE_ALL ;compile all routines that are called by myapp
SAVE, /ROUTINES, FILENAME = 'myapp.sav' ;save all routines

This will create an IDL saveset called 'myapp.sav' which has all
of the compiled routines in it (see help for RESOLVE_ALL). This
is machine independent. Your customers would then use

RESTORE, FILENAME='myapp.sav'

before starting youir application. By the way, they will have to run
IDL. I believe that run-time licenses of IDL are available from
Research Systems under certain circumstances.


--
Robert M. Moss, Ph.D. - mossrm@texaco.com - FAX (713)954-6911
------------------------------------------------------------ -----
This does not necessarily reflect the opinions of Texaco Inc.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: resolve_routine
Next Topic: Easy use 24bit Colors in IDL/PV-WAVE ?

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

Current Time: Sun Oct 12 09:54:03 PDT 2025

Total time taken to generate the page: 1.84103 seconds