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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Is it possible to use managed C# DLL in an unmanaged Delphi EXE ?
Thanks
Only when the managed C# DLL provides a Interop-COM wrapper, see
https://learn.microsoft.com/en-us/dotnet/standard/native-interop/com-wrappers