Can Visual C++.net 2003 compile a program that can be executed without .net
framework?
Because I want to write a program that can be executed in any version of
Windows, but not installed the .net framework.

Regards,
Terry

Re: Compile question by Scott

Scott
Wed May 12 06:53:28 CDT 2004

Terry Chan wrote:
> Can Visual C++.net 2003 compile a program that can be executed without .net
> framework?
> Because I want to write a program that can be executed in any version of
> Windows, but not installed the .net framework.
>
> Regards,
> Terry
>
>

Yes, it can compile C console programs, C++ console programs, Win32
programs, MFC programs, ATL programs, WTL programs, .Net programs...

--
Scott McPhillips [VC++ MVP]


Re: Compile question by songie

songie
Wed May 12 14:30:48 CDT 2004

Yes, course it can. But you've got to make sure you select the right
option. It'll try and have you create a .NET application if it can.

"Terry Chan" <ckchan4@csis.hku.hk> wrote in message
news:c7slea$ns4$1@www.csis.hku.hk...
> Can Visual C++.net 2003 compile a program that can be executed without
.net
> framework?
> Because I want to write a program that can be executed in any version of
> Windows, but not installed the .net framework.
>
> Regards,
> Terry
>
>