Jump to content
AndrewHoward

Managed dll instead of an unmanaged one

Recommended Posts

Hi,

I have an application which loads & uses an unmanaged dll. All I have to do is drop the dll it in a specific folder.

Can I use a .Net  dll instead ? (I know the .Net dll needs to expose the same functions which are in the unmanaged dll)

Can an unmanaged & managed DLLs  be used interchangeably ?


Thanks

 

Edited by AndrewHoward
Made it clearer

Share this post


Link to post
On 5/21/2021 at 6:52 PM, David Heffernan said:

Yes. But you need to use a tool like UnmanagedExports.

Thank you.
Would using a managed C# DLL in unmanaged Delphi app cause any CLR issues ? Thanks

Share this post


Link to post
4 hours ago, AndrewHoward said:

Thank you.
Would using a managed C# DLL in unmanaged Delphi app cause any CLR issues ? Thanks

Don't really know what you mean. 

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

×