Closed Thread
Results 1 to 3 of 3

Thread: using Devcpp4.9.9.2 can't run or debug

  1. #1
    omeganeu is offline Newbie
    Join Date
    Oct 2009
    Posts
    5
    Rep Power
    0

    using Devcpp4.9.9.2 can't run or debug

    Hi every one
    I am using windows vista (new user). I downloaded and installed devcpp-4.9.9.2(new user also) when I open the program I get : (There doesn't seem to be GNU Make file in path or in Dev-C++ Bin path. Please make sure that you have GNU make and adjust Bin setting or system PATH enviroment variable and that make setting in Compiler Options contains correct filename, otherwise you will not be able to compile anything) I tried the simple hello.cpp program I could not compile it (I could compile it only in the safe mode) and I could not run or debug it. I checked the directory where I installed the program there exist \bin\make.exe and also \bin\gdb.exe please can any one help me

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2009
    Location
    Santa Clarita, CA
    Posts
    2,111
    Blog Entries
    47
    Rep Power
    31

    Re: using Devcpp4.9.9.2 can't run or debug

    Dev-C++ is ancient and doesn't even work right on Windows Vista (the older MinGW compiler that comes with it doesn't work either or is buggy), just get a different IDE and accompanying compiler. I'd suggest you pick up either Code::Blocks (make sure to download it with MinGW) or Visual C++ Express. I have more experience with C::B personally, but it's up to you really.
    Wow I changed my sig!

  4. #3
    omeganeu is offline Newbie
    Join Date
    Oct 2009
    Posts
    5
    Rep Power
    0

    Re: using Devcpp4.9.9.2 can't run or debug

    I downloaded codeBlocks (codeblocks-8.02mingw-setup.exe) and installed it but when I tried to build the program:

    #include <stdio.h>
    int main()
    {
    printf("Hello World!\n");
    getchar();
    return 0;
    }

    it I get this error (Execution of 'mingw32-g++.exe -c C:\MyFolders\MyFiles\Cprogramming\hello.cpp -o C:\MyFolders\MyFiles\Cprogramming\hello.o' in 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\CodeBlocks' failed. Nothing to be done.)
    I do not know what's wrong do you?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help Debug PHP/MySQL
    By Blue Indian in forum PHP Development
    Replies: 4
    Last Post: 12-10-2010, 05:31 PM
  2. DOS Debug
    By youwish in forum General Programming
    Replies: 2
    Last Post: 08-27-2008, 10:44 AM
  3. debug program( do not run)
    By sureyan in forum C and C++
    Replies: 7
    Last Post: 03-11-2008, 01:01 AM
  4. Debug Mode
    By dirkfirst in forum Managed C++
    Replies: 4
    Last Post: 10-09-2007, 06:11 PM
  5. Debug Vs. Release
    By NeedHelp in forum C# Programming
    Replies: 1
    Last Post: 07-12-2006, 07:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts