scsh-users
[Top] [All Lists]

Interfacing scsh with C

To: scsh-news@zurich.ai.mit.edu
Subject: Interfacing scsh with C
From: Rob Morelli <morelli@cs.utah.edu>
Date: Fri, 21 Jun 2002 09:51:18 -0600
Organization: University of Utah
I'm thinking of doing the following mix of
C and schs:
1.  Create a module in scsh exporting a single
function myfun
2.  Write a gui in C/gtk that just
collects the arguments to myfun using a bunch
of widgets.
3.  Interface the C code with scsh so that
when the user presses a button myfun gets
called with the arguments the gui has
collected.

Is this feasible?  Are there any code examples like
this available on the net?

Thanks


<Prev in Thread] Current Thread [Next in Thread>