Thread: *FREE* Visual C++ 2005 Express Beta

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571

    *FREE* Visual C++ 2005 Express Beta

    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    wow that looks pretty cool. im downloading it right now...so i cant comment yet on how it is....
    My Website

    "Circular logic is good because it is."

  3. #3
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    that guy they hired for modeling really looks freaky.
    edit: i tried downloading it from their 1kb/s server but then decided i wouldn't leave my comp on for 3 and half years. way to go microsoft
    Last edited by Xterria; 07-02-2004 at 06:41 PM.

  4. #4
    i get my own title?
    Join Date
    Jun 2004
    Posts
    35
    i try to avoid even the stable software from microsoft, and this is a beta. so i'm not sure how this will perform. i'm installing it none the less for experience. we'll see how it goes. thanks for the link.

    EDIT: sitting for 5 minutes and still @ 0% download. doesnt look that promissing here either.

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Downloaded fine for me. I tried it at here at work and compiled a few simple projects. Everything looked to be in working order.
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  6. #6
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    Anybody keen on some of the features it has which the previous don't? Do they support export yet?

  7. #7
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Straight from Microsoft:

    "windows.h is part of platform sdk. platform sdk is not included in VC++ 2005 Express"
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  8. #8
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    yeah I tried to compile a window program and it kept saying it couldnt find a file called "windows.h".

    Does it mean that the platform SDK will be a separate download? or just not supported?

  9. #9
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I think the sdk is already a sepearate download. This is a download for Visual Studio 2005. You can get a .NET sdk with complete comman line compilers for most, if not all, of the languages, and some other tools. At least that is my understanding, I could be very wrong.

  10. #10
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    http://www.microsoft.com/msdownload/...sdk/sdkupdate/

    this could be it. Large download though, so i'll try it later

  11. #11
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Yes thats the new SDK but it is separated into cab files for convenience sake. It is huge but the info contained in it is well worth the effort and the wait.

    I'm quite impressed that MS is making this available for free as well as the main components of the Visual Studio 2005. While I realize these are betas....I'm still impressed.

    Perhaps they've learned something from their fight with Sun and from their recent experiences with big accounts and clients converting to open source solutions instead of updating with MS.

    A step in the right direction for MS I think.


    And my download for the Express was done in almost a minute. Not sure why you guys are having trouble. The SDK took longer...but thats to be expected.
    Last edited by VirtualAce; 07-02-2004 at 11:48 PM.

  12. #12
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    The thing is the MSVC++ 2005 Express Beta wont let you do any WinAPI programming.. just console apps, and the whole .NET framework thing.

  13. #13
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Step by step guide to compiling a windows project.

    Once only:
    Click Tools->Options
    Expand Projects and Solutions->VC++ Directories
    Use the drop down box to show directories for include files.
    Click the new line button.
    Add "C:\Program Files\Microsoft SDK\include" or where you installed the platform SDK.
    Use the drop down box to show directories for library files.
    Click the new line button.
    Add "C:\Program Files\Microsoft SDK\lib" or where you installed the platform SDK.
    --
    Per project:
    Click on the project name in the solution explorer pane.
    Click on the project menu->Properties.
    Expand Linker->Input
    Add needed libraries to the Additional Dependencies fields. Example: "User32.lib Advapi32.lib"

    It does not appear to support ATL, MFC or resource editor but IDE, #import and debugging is supported.

  14. #14
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    that guy is no programmer. he's got a well kept beard

    as for MS they learning the hard way: after Munich, Paris is turning to OSS for their needs (particularly OpenOffice). microsoft are apparantly going to give them a 60-80% discount. i hope they go with OpenOffice

  15. #15
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Speaking of the success of Open Source programs, any body got an opinion on Mono? A few months ago I was told it sucked, and I was disappointed by how it turned out, but their latest version I think is quite good.

    I'm not surprized MS is trying something like this. With the cheapest available version of Visual Studio .NET 2003 being over a thousand dollars (unless you're like me and you show up to one of the meetings, sleep through it, and then get the free Academic version), I know very few people who actually paid for it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM