Page 1 of 1

DNBridge

Posted: May 10th, 2005, 2:22 pm
by AllenConquest
Can someone explain how the DNBridgle DLL is working to enable Delphi to talk to .NET. I want to do a similar think (C++ to .NET) and wondered if this method could be used. But since I don't have Delphi I'm not sure how it is used.

Thanks,

Allen

Posted: May 12th, 2005, 9:34 am
by AllenConquest
Can anyone help ?

Posted: May 12th, 2005, 7:24 pm
by clansley
DNBridge does nothing Delphi specific - the full source is available so take a look.


[It's main task is to goe between a non-managed world (a standard dll) and a managed one (i.e. .net).]