[plt-scheme] Interaction with .NET DLLs

From: Grant Rettke (grettke at acm.org)
Date: Sat Jun 20 00:46:25 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?

FWIW: I just followed this article,

http://www.c-sharpcorner.com/UploadFile/yougerthen/910262008061425AM/9.aspx

and was able to call the code via mysterx. Actually, I just followed
the example but simplified it, I wrote one class that returns "Hello,
world.".

MSDN seems to have all of the documentation that one might need; but
it is disjointed and confusing. Perhaps it make sense if you are a COM
expert. I am not.


Posted on the users mailing list.