Re: .NET Runtime is probably required to run a .NET built EXE, Is it n



VS.NET 2002 /2003 and VS 2005 provides:

- A new managed .NET C++ language and compiler whose executables will
require the .NET Framework at run time.

- The "old", classic, Win32, C++ language and compiler whose executables
don´t require .NET, like the VC 6.0 C++ compiler. You are in this case.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"sivakumaran" <sivakumaran@xxxxxxxxxxxxxxxxxxxxxxxxx> escribió en el mensaje
news:F2CEADBD-6CAE-49FF-B741-41E72051A535@xxxxxxxxxxxxxxxx
>
> I wanted one of my VC++ 6.0 application to be built with .NET compiler
> without any code changes.
>
> I built the same application using VS .NET 2003(probably using VC7.1
> compiler,
> correct me if i am wrong)
> The configuration I have chosen to build is, Debug with static linking.
> I successfully generated the Executable too.
>
> I try to run in a PC of WIndows 2000 or XP that don't have .NET Runtime.
>
> It is running fine..........without asking for the .NET runtime is what is
> my doubt is?
>
> Anybody please clarify on this..........
>
>
> Siva.
>
>


.



Relevant Pages


Loading