Re: execute an idl procedure without seeing idl workbench [message #72767] |
Fri, 08 October 2010 12:01  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> Uh, before anyone gets too excited, it *is*
> possible to create an IDL executable, but
> the last time I looked it cost about $15K
> for the license. :-)
>
> Cheers,
>
> David
>
> P.S. And that was about 10 years ago!
Now that I think about it, $15K is about what
IDL costs in Europe. It must have been a lot more.
Probably $25K for the special license 10 years ago.
I'd guess in the neighborhood of $50K today, and
you have to come up the cash for every new
version of IDL!
Cheers,
David
P.S. Let's just say, I probably wouldn't get the new
IDL 8 version. :-)
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|
Re: execute an idl procedure without seeing idl workbench [message #72770 is a reply to message #72769] |
Fri, 08 October 2010 07:53   |
Jean[2]
Messages: 41 Registered: October 2010
|
Member |
|
|
On Oct 6, 11:22 am, David Fanning <n...@dfanning.com> wrote:
> Truong Le writes:
>> I would like to know if it is possible to execute a proc without
>> seeing an idl workbench pop-up?
>
> Uh, you could use the IDL command line. Typically, you
> get to the IDL command line by starting IDL with the "idl"
> command, rather than the "idlde" command.
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Trying here for the 4th time to send a post !
You have also the option of using a .sav file (you will need the IDL
virtual machine to run it. IDL VM is free), or create an executable.
The big advantage of the executable is that you or whoever is going to
be your user, won't need the IDL VM.
Jean
|
|
|
|
Re: execute an idl procedure without seeing idl workbench [message #72856 is a reply to message #72767] |
Fri, 08 October 2010 13:38   |
Jean[2]
Messages: 41 Registered: October 2010
|
Member |
|
|
On Oct 8, 3:01 pm, David Fanning <n...@dfanning.com> wrote:
> David Fanning writes:
>> Uh, before anyone gets too excited, it *is*
>> possible to create an IDL executable, but
>> the last time I looked it cost about $15K
>> for the license. :-)
>
>> Cheers,
>
>> David
>
>> P.S. And that was about 10 years ago!
>
> Now that I think about it, $15K is about what
> IDL costs in Europe. It must have been a lot more.
> Probably $25K for the special license 10 years ago.
> I'd guess in the neighborhood of $50K today, and
> you have to come up the cash for every new
> version of IDL!
>
> Cheers,
>
> David
>
> P.S. Let's just say, I probably wouldn't get the new
> IDL 8 version. :-)
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
I made all my executable for free (and for windows 32, 64 bits, linux
32, 64 and mac in the same time !) I remember a link explaining how to
do it in detail. Let me know if anyone is interested and I will put
the link.
Jean
|
|
|
Re: execute an idl procedure without seeing idl workbench [message #72865 is a reply to message #72856] |
Wed, 13 October 2010 12:07  |
R.G.Stockwell
Messages: 163 Registered: October 2004
|
Senior Member |
|
|
"Jean" <jeanbilheux@gmail.com> wrote in message
news:7cae2739-ddf3-4500-a79f-e267c361f94b@a36g2000yqc.google groups.com...
> On Oct 8, 3:01 pm, David Fanning <n...@dfanning.com> wrote:
>> David Fanning writes:
>>> Uh, before anyone gets too excited, it *is*
>>> possible to create an IDL executable, but
>>> the last time I looked it cost about $15K
>>> for the license. :-)
>>
>>> Cheers,
>>
>>> David
>>
>>> P.S. And that was about 10 years ago!
>>
>> Now that I think about it, $15K is about what
>> IDL costs in Europe. It must have been a lot more.
>> Probably $25K for the special license 10 years ago.
>> I'd guess in the neighborhood of $50K today, and
>> you have to come up the cash for every new
>> version of IDL!
>>
>> Cheers,
>>
>> David
>>
>> P.S. Let's just say, I probably wouldn't get the new
>> IDL 8 version. :-)
>>
>> --
>> David Fanning, Ph.D.
>> Fanning Software Consulting, Inc.
>> Coyote's Guide to IDL Programming:http://www.dfanning.com/
>> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
>
> I made all my executable for free (and for windows 32, 64 bits, linux
> 32, 64 and mac in the same time !) I remember a link explaining how to
> do it in detail. Let me know if anyone is interested and I will put
> the link.
>
> Jean
(raises hand)
|
|
|