Jump to content
Registration disabled at the moment Read more... ×
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×