Page 1 of 1

PocketHAL as a DLL

PostPosted: Apr 13, 2006 @ 9:53pm
by Rob Loach
Is it possible to compile PocketHAL as static DLLs instead of *.lib files?

I am considering putting together a .NET interface for using PocketHAL in C# or VB.NET, but will need a set of static DLLs instead of LIB files to test it out.

PostPosted: Apr 13, 2006 @ 11:40pm
by Kzinti

PostPosted: Apr 17, 2006 @ 9:15am
by Rob Loach
I meant just a normal DLL file as opposed to a *.LIB file.

With .NET, you can call external DLLs via DLLImport. If PocketHAL was compiled this way, then you'd have access to the library from any .NET enabled language (VB.NET, C#, IronPyton, etc).