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

Home » Public Forums » archive » Re: [Q] Any FAQ for IDL
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: [Q] Any FAQ for IDL [message #3619] Mon, 13 February 1995 23:45
chris is currently offline  chris
Messages: 22
Registered: October 1994
Junior Member
Seong-Whan Kim (video@casaturn.kaist.ac.kr) wrote:
: Hello.
: These days, I am working with IDL, good tools, you know.
: I am a novice, and needs FAQ for IDL. Mainly, I would
: like to know how I can call C functions from IDL.
: I will be very appreciated for your help.

A lot of stuff including FAQ's can be found by ftp in:
eos.crseo.ucsb.edu:/pub/idl

The best way to call c funtions is using CALL_EXTERNAL
see the manual for more info. A less elegant way is just
to issue them as unix commands:
(from within IDL) using spawn:

spawn,'my_program < input.dat' ; for example

-chris
[Message index]
 
Read Message
Previous Topic: [Q] Any FAQ for IDL
Next Topic: IDL via RPC (Solaris 2.3)

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

Current Time: Fri Oct 10 07:24:53 PDT 2025

Total time taken to generate the page: 0.42785 seconds