Jump to content
AndrewHoward

Can I use managed C# DLL in unmanaged Delphi application ?

Recommended Posts

Yes. Probably the easiest way is with UnmanagedExports but it can also be done with COM. 

 

You may need to create a wrapper C# DLL to bridge the interface. 

Edited by David Heffernan

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×