The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Can't install MS Visual Studio. Suggest other C++ IDE, please. [SOLVED]

Peter EbelPeter Ebel CopenhagenRegistered User regular
edited February 2011 in Help / Advice Forum
Like it says, I can't install Microsoft Visual Studio. I keep getting the dreaded "Invalid license data. Reinstall is required." error. Microsoft suggests I delete and reinstall which I've done but I keep getting the same error message - regardless if I run as Administrator or not btw.

I found guides from the past few years with work arounds, but nothing has worked for me.

Are there any other C++ IDEs that I could use?

My goals for this is to learn some programming. I don't know much about it, but I've found a few tutorials that'd I like to work with a bit.

I'm running Windows Vista 32 bit.

Thank you in advance.

Fuck off and die.
Peter Ebel on

Posts

  • TofystedethTofystedeth Registered User regular
    edited February 2011
    Well waaaay back in the day I used DevC++ from Bloodshed software, but it hasn't been updated in like, 7 years and doesn't have terribly many features. Also is a little weird if I remember right.

    Tofystedeth on
    steam_sig.png
  • MKRMKR Registered User regular
    edited February 2011
    Code::Blocks

    MKR on
  • wmelonwmelon Registered User regular
    edited February 2011
    Eclipse has a c++ version now. I've not used it for c++ though, so I can't speak to it's quality.

    wmelon on
  • bowenbowen Sup? Registered User regular
    edited February 2011
    MKR wrote: »
    Code::Blocks

    This. It's my favorite non VS IDE for C++ dev. I've used Eclipse and dev-c++, C::B is by far the best in my opinion.

    bowen on
    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • EtheaEthea Registered User regular
    edited February 2011
    Qt Creator

    Ethea on
  • L Ron HowardL Ron Howard The duck MinnesotaRegistered User regular
    edited February 2011
    I could never get Eclipse's C++ extension to work.

    If you're not doing windows applications, I'd say DevC++. I like it, and it seemed to be very tiny and lightweight, working perfectly in Win 7 for raw C/C++ programs I programmed on it.

    L Ron Howard on
  • exisexis Registered User regular
    edited February 2011
    I found Eclipse C++ janky as hell. It felt cumbersome and awkward more than anything.

    exis on
  • MKRMKR Registered User regular
    edited February 2011
    I got a Java thing to build and run in Eclipse once, but I couldn't reproduce it with Java or any other language.

    MKR on
  • mightyjongyomightyjongyo Sour Crrm East Bay, CaliforniaRegistered User regular
    edited February 2011
    Even though it's usually used for Java, NetBeans can do c++ stuff too. Otherwise, all the common options have already been suggested.

    mightyjongyo on
  • Peter EbelPeter Ebel CopenhagenRegistered User regular
    edited February 2011
    I went with Code::Blocks and it works great. Thanks!

    Consider this thread done.

    Peter Ebel on
    Fuck off and die.
Sign In or Register to comment.