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

Home » Public Forums » archive » calling c from 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: calling c from idl [message #4130 is a reply to message #4008] Mon, 01 May 1995 00:00 Go to previous messageGo to previous message
pellet is currently offline  pellet
Messages: 12
Registered: October 1994
Junior Member
Emmanuel GUYOT (emmguyot@cnrs-orleans.fr) wrote:
: ijg9766@vaxb.isc.rit.edu wrote:
: >
: > I am working on a machine vision system for a class project.
: > We have created a user interface with an IDL widget, and would like to call a child processes written in C, which will control a stepper motor when the appropriate action button is activated. We want to call the child processes and immediatelyt return to IDL without waiting for the child process to finish.
: >
: > Does anyone know how this can be done using Windows?
: >
: > Thank you
: > ian
: To call a C program from a IDL one, you can use the CALL_EXTERNAL
: function for IDL, and put your C program into a DLL.
: In your DLL, you can spawn another process...

: E.G.

You could also spawn your C program in the background
with something like: SPAWN, 'c_program &'
This can also be used to make a link to your external
and make an I/O connection between IDL and the C program.

Jeff
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: calling C from IDL
Next Topic: array referencing problem ...

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

Current Time: Fri Oct 10 03:58:52 PDT 2025

Total time taken to generate the page: 1.30036 seconds