Exposing Clarion DLL to .NET

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!

take a look at EASYCOMCREATOR

Search for .Net calling Unmanaged DLL also known as Invoke.

1 Like

This should work. I tried it many years ago with good results.