473,413 Members | 1,789 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

What's with VC++ 2005 Standard?

Hi all,

I've been trying to find some info on Visual C++ 2005 Standard on
Microsoft's site, but wasn't able to find any. There's only VC++ 2005
Express Edition, and Visual Studio 2005 Standard, Professional and Team
System. What is the future of VC++ 2005 Standard? Can I somehow buy only
VC++ in VS 2005 Standard?
Jan 23 '06 #1
7 1683
Mihajlo Cvetanovic wrote:
Hi all,

I've been trying to find some info on Visual C++ 2005 Standard on
Microsoft's site, but wasn't able to find any. There's only VC++ 2005
Express Edition, and Visual Studio 2005 Standard, Professional and
Team System. What is the future of VC++ 2005 Standard? Can I somehow
buy only VC++ in VS 2005 Standard?


No, you cannot. The only stand-alone version of VC++ is the Express
Edition..

-cd
Jan 23 '06 #2

"Mihajlo Cvetanovic" <ma*@RnEeMtOsVeEt.co.yu> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I've been trying to find some info on Visual C++ 2005 Standard on
Microsoft's site, but wasn't able to find any. There's only VC++ 2005
Express Edition, and Visual Studio 2005 Standard, Professional and Team
System. What is the future of VC++ 2005 Standard? Can I somehow buy only
VC++ in VS 2005 Standard?


To add emphasis to what Carl told you correctly, The Express Editions are
the 2005 descendants of the 2002/2003 Standard language editions. The
Express Editions can be downloaded at no cost here (so it costs you nothing
to see if VC++ Express will suit you):

http://msdn.microsoft.com/vstudio/express/visualc/
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Jan 24 '06 #3
pvdg42 wrote:
"Mihajlo Cvetanovic" <ma*@RnEeMtOsVeEt.co.yu> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...

To add emphasis to what Carl told you correctly, The Express Editions are
the 2005 descendants of the 2002/2003 Standard language editions. The
Express Editions can be downloaded at no cost here (so it costs you nothing
to see if VC++ Express will suit you):

http://msdn.microsoft.com/vstudio/express/visualc/


Thanks for the suggestion. I have just started the download and it will
take a while. It seems that I need to download Platform SDK as well, and
fiddle with the installation a bit, but putting that aside there's only
one question: what functionality of the VC++ 2003 Std is not supported
in VC++ 2005 Express? Any comments on that?
Jan 25 '06 #4

Mihajlo Cvetanovic wrote:
pvdg42 wrote:
"Mihajlo Cvetanovic" <ma*@RnEeMtOsVeEt.co.yu> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...

To add emphasis to what Carl told you correctly, The Express Editions are
the 2005 descendants of the 2002/2003 Standard language editions. The
Express Editions can be downloaded at no cost here (so it costs you nothing
to see if VC++ Express will suit you):

http://msdn.microsoft.com/vstudio/express/visualc/


Thanks for the suggestion. I have just started the download and it will
take a while. It seems that I need to download Platform SDK as well, and
fiddle with the installation a bit, but putting that aside there's only
one question: what functionality of the VC++ 2003 Std is not supported
in VC++ 2005 Express? Any comments on that?


MFC and ATL will be the most missing features I guess.

On the other hand, VC2005 Express give you the optimizing compiler,
which was lacking in VC2003 Standard.

Arnaud
MVP - VC

Jan 25 '06 #5
ad******@club-internet.fr wrote:
MFC and ATL will be the most missing features I guess.

On the other hand, VC2005 Express give you the optimizing compiler,
which was lacking in VC2003 Standard.


Lack of MFC really is a misfortune. Is there a way to install it
separately, as with SDK? Or some other free library with wizard support?
Jan 25 '06 #6
Mihajlo Cvetanovic wrote:
ad******@club-internet.fr wrote:
MFC and ATL will be the most missing features I guess.

On the other hand, VC2005 Express give you the optimizing compiler,
which was lacking in VC2003 Standard.
Lack of MFC really is a misfortune. Is there a way to install it
separately, as with SDK?

Not that I am aware of : MFC are to be payed.
Or some other free library with wizard
support?

There are plenty of available GUI libraries, which most of the time have a
far better object conception that MFC, but lack the "cool & pretty" wizards
and ease of use from within VC :
- ATL + WTL
- Win32GUI
- QT
etc...

Arnaud
MVP - VC
Jan 25 '06 #7
Lack of MFC really is a misfortune. Is there a way to install it
separately, as with SDK?

Not that I am aware of : MFC are to be payed.


that's not 100 % correct.
MFC 4.2 is installed with the Windows DDK. you can download it for free
these days, so you'd get free MFC.
This version of MFC is not the latest one, but for standard things it will
work.

that still won't give you the wizards in VC express, but you will probably
be able to build existing MFC programs, even if it is against a previous
version.

the DDK team was looking into bringing MFC up to date, according to a post
in the DDK list, but that's only a future possibility.

atl2.1 and atl3.0 are included as well.

kind regards,
Bruno.
Jan 25 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Alper AKCAYOZ | last post by:
Hello Esteemed Developers and Experts, I have been using Microsoft Visual C++ .NET for 1 year. During this time, I have searhed some topics over internets. Most of the topics about .NET is...
4
by: pachanga | last post by:
I have Visual C++ .NET and C#.NET, but, I wanted to help out the C++ linux groups creating Windows Games, and mostly internet applications. Where can I can download the right tool or notepad and...
2
by: um | last post by:
When the POSIX pthreads library for w32 release 2-2-0 (http://sources.redhat.com/pthreads-win32/) is compiled with VC++6 then it compiles and passes all the benchmark tests in the subdirectory...
6
by: John Gabriel | last post by:
I have been obtaining the following error in the output window of the IDE: 1>mt.exe:general error c101008d:Failed to write the updated manifest to the resource of file "..\debug\test.exe". The...
8
by: david_75 | last post by:
I wonder if the transistion from the project written in VC++ 6.0 to VC++ .NET requires a lot of code changes (if any) if I compile the project in native code (or unmanaged code) without using the...
5
by: Filippo Bettinaglio | last post by:
I have a DLL written in C++ (unmanaged), which I want to inteface with. I created a standard window form program with VC++ 2005, all fine I have imported an .h file the .lib file and all works. ...
4
by: marathoner | last post by:
I tried your advice, and replaced "ifstream" with "std::ifstream". I also replaced instances of "ofstream" with "std::ofstream". Those syntax errors were resolved. When I added "std" to the...
2
by: Bruce | last post by:
I have started my first major DotNet project. It is a DLL that I would to sell and distribute. I need to know if I should write it in VS2005 C++ CLI or VS2003. Can VS2005 CLI compiled DLLs be...
5
by: =?Utf-8?B?TWFuanJlZSBHYXJn?= | last post by:
Hi, I developed a custom Matrix class derived from custom VC++ doubles Array class derived from a RealArray which is defined as: typedef CArray<double,doubleRealArray; Now I need to convert...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.