I have some of the business logic implemented in .NET and some in Delphi. Now i am planning to upgrade to Delphi XE2.
Do we have any provision to consume .net assembly from Delphi XE2?
Update: I heard about Hydra framework which enable us to integrate managed and unmanaged code. Can anyone explain more about it with a small demo / code snippet?
Update: I have tried few things on Trial version of this Hydra Framework. But it requires to modify your .NET assembly as well to create interface so that we can map this with Delphi code.
Is there any way to consume .NET assembly without modifying it?
Have a look at AToZed CrossTalk, it can consume .NET assemblies directly without using COM interop.