Writing a .NET dll that Jade can use
Posted: Thu Jun 12, 2014 1:12 pm
I am trying to write a DLL in C#.NET that Jade can use (External Function or the like) but I can't seem to get it to work, and cannot find anything in the Jade docs about. All the Jade docs seem to be the other way round (i.e. Using .NET and calling Jade).
I can get it as far as actually reading the DLL but fails and comes back with 'function not found in assembly'? At this stage I just want to call one method in the .NET assembly, not sure if it should be an instance object or a static for Jade?
Anyone have an experience with this?
I can get it as far as actually reading the DLL but fails and comes back with 'function not found in assembly'? At this stage I just want to call one method in the .NET assembly, not sure if it should be an instance object or a static for Jade?
Anyone have an experience with this?