|
-
January 7th, 2009, 12:22 PM
#1
.Net Framework
I wanted to know if making a program in Microsoft Visual C++ Express 2008 required the .Net Framework for it to run.
I was talking to a friend of mine and he said he thought that all applications made with Microsoft's Express compilers, required the .Net Framework.
Thanks
-
January 7th, 2009, 12:30 PM
#2
Re: .Net Framework
Simple console applications, basic API32 and MFC applications don't need the framework. The rest (C#, managed C++, etc... ) do need the framework.
-
January 7th, 2009, 12:58 PM
#3
Re: .Net Framework
 Originally Posted by Skizmo
Simple console applications, basic API32 and MFC applications don't need the framework. The rest (C#, managed C++, etc... ) do need the framework.
Basically correct, but with one MAJOR (and unfortunately common) flaw.
"Managed C++" [technically Managed Extensions for C++ ] is a language what was supported under .NET 1.1 (VS-2001,VS-2003)
"C++/CLI" is a completely different languge that is supported with .NET 2.0,3.0,3.5 (and will be with 4.0).
With Visual Studio 2005 (and later) you can develop C++/CLI application (which WILL require the .NET framework).
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|