C++/CLI .NET 1.1

  • Thread starter Thread starter dogbert1793
  • Start date Start date
No - C++/CLI is only available from VS 2005 on, which requires the .NET
Framework version 2.0.
--
http://www.tangiblesoftwaresolutions.com
C++ to C#
C++ to VB
C++ to Java
Instant C#: VB to C#
Instant VB: C# to VB
Instant C++ VB Edition: VB to C++/CLI
Instant C++ C# Edition: C# to C++/CLI
 
Is it possible to use C++/CLI for .NET 1.1 applications?

The .NET 1.x runtimes have some issues that make it impossible to run any
mixed assemblies reliably.
 
Back
Top