On Oct 5, 2012, at 4:55 PM, Jeremy A. Kolb - ARA/NED <jkolb at ara.com> wrote: > How do I call into the library? Do I create a Java class for it and then wrap that or do I use the standard .net way? You can use the normal .NET way with DllImportAttribute. - Jon