Hello All,
For years now I have been calling .NET methods from Clarion with relative ease.
However, the thought just occurred to me; What about the other way around?
How would one expose a Clarion DLL to a .NET/C# application?
Thank you!
Hello All,
For years now I have been calling .NET methods from Clarion with relative ease.
However, the thought just occurred to me; What about the other way around?
How would one expose a Clarion DLL to a .NET/C# application?
Thank you!
Search for .Net calling Unmanaged DLL also known as Invoke.
This should work. I tried it many years ago with good results.