[plt-scheme] Interaction with .NET DLLs

From: Grant Rettke (grettke at acm.org)
Date: Fri Jun 19 11:42:49 EDT 2009

On Fri, Jun 19, 2009 at 9:35 AM, aschatte<AlvinSchatte at skytex.net> wrote:
> I have some hardware that is controlled using a .NET DLL that I was
> wanting to interface to scheme.  There do not appear to be any
> reference strings or ordinals to get a handle on the internal
> functions.  Is there any way that this can be done using Scheme?

Perhaps you could expose the DLL through .NET/COM-Interop and consume
it with Scheme using MysterX?


Posted on the users mailing list.