| | |
Visual C++ 2005 Express Edition
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
Does anyone have any experience with the free Microsoft development enviroment called Visual C++ 2005 Express Edition?
I have downloaded and installed it and I notice it is a lot different than what I am used to.
Is MFC gone? If you click on New to create a New Project, the only options I see a tree to the left side are:
I have downloaded and installed it and I notice it is a lot different than what I am used to.
Is MFC gone? If you click on New to create a New Project, the only options I see a tree to the left side are:
CLRWhat is CLR? What happened to MFC? I found MFC had problems anyway. But what has replaced it?
Win32
General
> Is MFC gone?
No it's not. Microsoft deceided to release a free version of VS2005 called 'express'. But as we all know, microsoft doesn't really like giving things away for free, so they cut VS2005 down to size and called it 'express'. One of the features that was removed is the ability to make MFC applications. So if you want to create them, you should buy 'standard' or 'pro'.
Here's a link where you can find the differences between versions.
> What is CLR?
Click
regards Niek
No it's not. Microsoft deceided to release a free version of VS2005 called 'express'. But as we all know, microsoft doesn't really like giving things away for free, so they cut VS2005 down to size and called it 'express'. One of the features that was removed is the ability to make MFC applications. So if you want to create them, you should buy 'standard' or 'pro'.
Here's a link where you can find the differences between versions.
> What is CLR?
Click
regards Niek
•
•
Join Date: May 2007
Posts: 31
Reputation:
Solved Threads: 0
Just on the link you posted about difference it didn't work so here is a working link!
http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx
http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx
I have the latest Platform SDK. I created an MFC mdi program using VC++ 6.0 so that it will generate the include files needed in stdafx.h then copied those into the stdafx.h that was generated by the VC++ 2005 Express. It compiles ok but will not link because it can not find nafxcwd.lib. The only place that file is located on my computer is in
I don't think it should be using either of those libraries because isn't the 64 in the path for 64-bit programs?
Its quite possible VC++ 2005 Express can not use the same set of MFC includes that VC++ 6.0 used even though the value of _WIN32_WINNT is set to 0x0501
C++ Syntax (Toggle Plain Text)
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib\AMD64 and C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib\IA64
I don't think it should be using either of those libraries because isn't the 64 in the path for 64-bit programs?
Its quite possible VC++ 2005 Express can not use the same set of MFC includes that VC++ 6.0 used even though the value of _WIN32_WINNT is set to 0x0501
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
![]() |
Similar Threads
- Is "Visual Basic 2005" Express edition .NET? (VB.NET)
- Creating Console Applications Using Visual C++ Express Edition 2005 (C++)
- Visual C++ Express Edition (C++)
- Visual C++ 2005 Express Edition (C++)
- Sub Forms using VB 2005 Express Edition (VB.NET)
- Visual c++ 2005 and OpenGl Problems (Game Development)
Other Threads in the C++ Forum
- Previous Thread: tell me how to solve "counting Problem" in a BTree ?
- Next Thread: VC++ Toolbox
| Thread Tools | Search this Thread |
api array arrays based beginner binary bitmap c++ c/c++ calculator char char* class code coding compile compiler console conversion count data database delete deploy developer dll download dynamiccharacterarray email encryption error file forms fstream function functions game getline givemetehcodez graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linker list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg sorting string strings struct temperature template text text-file tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






