Menu

Heres how to get Dev C++ to work on vista

EdzUp
2008-03-28
2012-09-26
  • EdzUp

    EdzUp - 2008-03-28

    Firstly install MinGW, then install Dev C++ without MinGW and in Tools>>Compiler options>>Programs change all the directories and programs to MinGW for example:
    instead of gcc.exe it now becomes C:\MinGW\bin\gcc.exe

    do this for all the files there you can compile c++ and c files with Dev c++ now :)

    -EdzUp

     
    • EdzUp

      EdzUp - 2008-03-28

      I forgot to mention install MinGW with g++ and make utils :D

       
    • cpns

      cpns - 2008-03-29

      That is essentially the same as the advice given in PLEASE READ BEFORE POSTING A QUESTION except that rather than explicitly pointing the tool-chain at a separate MinGW installation it tells you to point it at the default Dev-C++ MinGW subset.

      I am not sure what having a separate MinGW installation really brings to this solution other than perhaps even greater complexity.

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.