Visual studio 2005 standard vs. developer

M

Mister Scary

What are the capabilities of Visual Studio 2005 Standard vs. Visual Studio
2005 Professional? I am principally a C++ guy but I do have some interest
in learning C#.
 
W

William DePalo [MVP VC++]

Mister Scary said:
What are the capabilities of Visual Studio 2005 Standard vs. Visual Studio
2005 Professional? I am principally a C++ guy but I do have some interest
in learning C#.

Both of the standard and profession editions include support for both
languages. The feature matrix is here:

http://msdn.microsoft.com/vstudio/products/compare/default.aspx

If you want to try out an entry-level single-language tool then take a look
at this:

http://msdn.microsoft.com/vstudio/express/default.aspx

Regards,
Will
 
P

pvdg42

Mister Scary said:
What are the capabilities of Visual Studio 2005 Standard vs. Visual Studio
2005 Professional? I am principally a C++ guy but I do have some interest
in learning C#.
Not knowing what types of applications you have in mind, one significant
difference is that the Professional Edition includes Crystal Reports for
reporting, whereas the Standard Edition does not.
 
M

Mister Scary

If the menu options on the Standard version aren't any better than the
Express
than I will have to get the Professional, which is what I'm used to using.
I want
to create a dll building project, the AppWizard (or whatever it's called
now)
doesn't offer that option in the Express version. Is it offerred in the
Standard?

I'm just a little irritated that VC++ is no longer offerred standalone.
 
C

Carl Daniel [VC++ MVP]

Mister said:
If the menu options on the Standard version aren't any better than the
Express
than I will have to get the Professional, which is what I'm used to
using. I want
to create a dll building project, the AppWizard (or whatever it's
called now)
doesn't offer that option in the Express version. Is it offerred in
the Standard?

AFIAK the menu structure in Standard is the same as in Pro and above.
(modulo those features that aren't in Standard, of course). Only Express
uses the simplified menu structure.

-cd
 
J

John Carson

Mister Scary said:
If the menu options on the Standard version aren't any better than the
Express
than I will have to get the Professional, which is what I'm used to
using. I want
to create a dll building project, the AppWizard (or whatever it's
called now)
doesn't offer that option in the Express version. Is it offerred in
the Standard?

I'm just a little irritated that VC++ is no longer offerred
standalone.


You can create dlls using VC++ Express. The process is just obscured
somewhat. See here:

http://groups.google.com/group/micr...on+express&rnum=5&hl=en&#doc_ff58fe5980df91ea
 
O

Ondrej Spanel

What are the capabilities of Visual Studio 2005 Standard vs. Visual
Both of the standard and profession editions include support for both
languages. The feature matrix is here:

http://msdn.microsoft.com/vstudio/products/compare/default.aspx

There are some differences between Standard and Professional which are
important for some specific application areas, like only Pro supporting
OpenMP. Complete comparion from this point of view should be this one:

http://msdn2.microsoft.com/en-us/library/hs24szh9(VS.80).aspx


Regards
Ondrej
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top