Thread: MSVC++ 2005 Express Ed

  1. #1
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688

    MSVC++ 2005 Express Ed

    I spent half the day downloading Microsoft Visual C++ 2005 Express Edition yesterday from the website, and I have to say I am very dissapointed. I even downloaded the platform SDK. The thing I am upset about is the fact that when I tried to create a new project, It kept saying "project creation failed" then cut out!
    I got really annoyed in the end and went back to good ol' DevC++
    but the reason I brought this up is I am wanting to know if any one has had this issue and is there a way around it, could it be a fault in the software? I have 2003.NET as well, but I rarely use it.

    One more point, I couldnt find a site for MSVC++ 2005 Exp bete 2
    I was wondering if it is still free, but after the hassle of yesterday s it really worh me wasting more time?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    The thing I am upset about is the fact that when I tried to create a new project, It kept saying "project creation failed" then cut out!
    I dont get that problem... could it be due to a botched install like what seems to happen to some Dev-C++ users?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Tropical Coder Darryl's Avatar
    Join Date
    Mar 2005
    Location
    Cayman Islands
    Posts
    503
    There are a lot of things that can go wrong with the C++ express install, especially if you had previously used the betas. The beta must me uninstalled first, then the .net 2.0 beta framework must be unistalled next. If you unistalled them in the reverse order, you will have problems installing c++ express. If you didn't unistalled the .net 2.0 beta, you will have problems. Now that you have tried to install the c++ express, if one of the scenerios I mentioned above was/is true. You must unintall c++ express, unistall any beta express products and unistall .net 2.0 beta framework. You then need to get a program on ms website to clean out leftovers from the unistall. ( I will see if I can find a link to it, but don't know it off-hand) Then you can reeinstall vc++ express.

    btw, there are no more betas, VS 2005 full and all the Express versions are final versions. There are some betas that are for Vista, but I am guessing you are not running Vista

    *** edit *** link:
    http://lab.msdn.microsoft.com/express/uninstall/

    The link to the tool to clean your system is right after item 8.
    Last edited by Darryl; 04-05-2006 at 08:56 AM.

  4. #4
    Registered User Kurisu's Avatar
    Join Date
    Feb 2006
    Posts
    62
    I just downloaded it last week and besides the problem of download size 400+MB + Service Pack 2 (75MB) with my non-highspeed connection I'm pleased with the end result. Finally have a replacement for my old VC++ 6.0 . Express 2005 has some nice features and is up-to-date.. I had zero installation problems, but didn't have any betas installed previously or .NET framework... shame you couldn't get it to work as its a worthy C++ environment.
    Last edited by Kurisu; 04-05-2006 at 06:11 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual C++ 2005 express ed.
    By Adock in forum Tech Board
    Replies: 3
    Last Post: 01-04-2007, 09:44 AM
  2. Linker errors with 2005 Express
    By thetinman in forum Windows Programming
    Replies: 4
    Last Post: 12-30-2006, 09:04 AM
  3. Help: Microsoft Visual Basic 2005 Express Editon
    By karlawarla in forum Windows Programming
    Replies: 5
    Last Post: 11-22-2006, 02:46 PM
  4. Visual C++ 2005 Express Edition
    By BestGameMovie in forum C++ Programming
    Replies: 6
    Last Post: 05-15-2005, 01:49 PM
  5. Whats the deal with VC++ express ed. 2005?
    By joeyzt in forum C++ Programming
    Replies: 3
    Last Post: 08-06-2004, 03:42 PM