View Single Post
Old 03-14-2008   #4 (permalink)
Thomas Scheidegger


 
 

Re: Can legacy code call .NET?

> Is there perhaps another way that a legacy .dll
Quote:

> or .exe can call functionality in a .NET assembly?

with C++/CLI (in VS2005+2008)
you can mix managed- & unmanaged C++,
or build an assembly exposing a native (C/C++/Win32) DLL API.

Or use it for building a native wrapper for C#/VB.NET assemblies.



--
Thomas Scheidegger - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/

My System SpecsSystem Spec