Thread: i have vc++ v2.0

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    2

    i have vc++ v2.0

    is there anyone to help me?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    What? The actual version 2...what are we on now - Verion 8?

    Here, get this, it's free - http://msdn.microsoft.com/vstudio/express/visualc/

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    Quote Originally Posted by samankolahdooz
    is there anyone to help me?
    help you do what? you didn't ask a question.

  4. #4
    Registered User
    Join Date
    Jan 2006
    Posts
    32
    Quote Originally Posted by Fordy
    What? The actual version 2...what are we on now - Verion 8?

    Here, get this, it's free - http://msdn.microsoft.com/vstudio/express/visualc/
    hi about the new version of MVC++ 2005, if I installed dose this mean I will not be able to use the old version.

    MVC++2005 is free, so why it asks you after installing it, if you want to buy a version.

    thank you

  5. #5
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    The free version is mostly a demonstration version of the full product, so it's not surprising you're getting some ads for that full product.
    It also (check the website) is free for a limited time only, the product is an introductory offer.

    And beware that AFAIK you're limited to writing .NET applications only, no Win32 SDK.

  6. #6
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I have 2005 beta 2 and Miscrosoft Visual C++.net 2003. Although the 2005 is newer, I use 2003 for large projects as it understands ALL windows commands better than 2005 dispite me having downloaded the platform SDK for it

  7. #7
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    Or rather you will need to install additional libraries and stuff to get Win32 SDK functionality, see the documentation.

  8. #8
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    hi about the new version of MVC++ 2005, if I installed dose this mean I will not be able to use the old version.
    There are other free, open source, modern C++ compilers. Pick one and download it for free. However, being used to VC++6.0, I found one(dev c++) to be a pain in the but to setup and use.

  9. #9
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Quote Originally Posted by jwenting
    Or rather you will need to install additional libraries and stuff to get Win32 SDK functionality, see the documentation.
    If you are at all serious about windows development, you'll be downloadsing the includes, libs and the rest of the Platform SDK quite regulary anyway, so dont let that put you off

  10. #10
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    if you're at all serious you're not using VC2 and looking at a free alternative, you're using VS2005 or BDS2006 already and aren't cheap about paying for it

    And no, I'm not THAT serious about it at the moment, I'm still using older products for financial reasons and because for me my professional focus is on Java right now.

  11. #11
    Tropical Coder Darryl's Avatar
    Join Date
    Mar 2005
    Location
    Cayman Islands
    Posts
    503
    Quote Originally Posted by jwenting
    The free version is mostly a demonstration version of the full product, so it's not surprising you're getting some ads for that full product.
    It also (check the website) is free for a limited time only, the product is an introductory offer.

    And beware that AFAIK you're limited to writing .NET applications only, no Win32 SDK.
    You are wrong on all three statements. There are no ads in VC++ Express. At least none I've ever seen and I use it daily.

    Once you download it, it is free for as long as you want. However, MS does state they only plan to make the download available for a year (like 10 months left now)

    You are not limited to .net. With just the VC++ express you can do .net (managed c++ / windows forms) or you can do console c++ programming. With another free download of the platform SDK, you can also do windows api programming.

    The only serious limitation to the IDE is that it doesn't have a resource editor, however that's true of most of the other free c++ ide's as well.

    To the original poster, yes you can run the new one and the old one, though I am not sure why you'd want to, except for maybe using the resource editor on the old.

  12. #12
    Registered User
    Join Date
    Jan 2006
    Posts
    32
    Thank you all for your post,
    may I ask you Darryl
    I would like to download SDK plateform but I am not quite sure which one,
    I am have windowxp professional, I am having the old version that comes with MVC++6, and I buit many application using win32app so which one is more beneficial in my case.

    thak you all

  13. #13
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Get this one for windows server 2003 it can be used to develop for windows xp as well.
    http://www.microsoft.com/downloads/d...displaylang=en

  14. #14
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    Quote Originally Posted by Quantum1024
    Get this one for windows server 2003 it can be used to develop for windows xp as well.
    http://www.microsoft.com/downloads/d...displaylang=en
    And don't let the name confuse you -- it works with VC++ 6.0 as well as all versions of .NET, and on Windows XP pro as well as server 2003.

  15. #15
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    I never said there were ads in it, only that I'd understand them if they were
    I also don't say you have to pay after a while, only that Microsoft says that it won't always be free...

    And I corrected the last, which still holds if you don't install the platform SDK...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  2. How to run C code under VC environment?
    By robin in forum C Programming
    Replies: 12
    Last Post: 04-06-2005, 11:19 AM
  3. VC to Borland
    By Lurker in forum Tech Board
    Replies: 0
    Last Post: 01-19-2004, 02:57 PM
  4. Can't compile this with VC 6.0
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2003, 07:43 PM
  5. Why VC?
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 04-15-2002, 05:24 AM