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

Bill Johnson 11 Reputation points
2023-08-10T10:58:05.1966667+00:00

Hi,

Is it possible to use managed C# DLL in an unmanaged Delphi EXE ?

Thanks

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,419 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 46,551 Reputation points
    2023-08-10T11:16:04.2233333+00:00

    Only when the managed C# DLL provides a Interop-COM wrapper, see

    https://learn.microsoft.com/en-us/dotnet/standard/native-interop/com-wrappers

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.