472,988 Members | 2,407 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,988 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 1664
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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.