Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Can't compile any code with Dev C++.

Can't compile any code with Dev C++.

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpgraphicsgame-dev
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    James_722
    wrote on last edited by
    #1

    I have Dev-c++ version 4.9.9.2 on my computer. When I try to compile anything, it gives me the same error. Makefile.win [Build Error] [main.o] Error -1073741515 I have two different copies of the program on my computer; one that is installed and a portable one and they both give me the same error. I know that it isn't my code because i use the portable one to compile code at school and it works fine there. In advance, thank you for your help. Here is the compile log I got from trying to compile on the portable version: Compiler: Default compiler Building Makefile: "J:\opengl\Makefile.win" Executing make... make.exe -f "J:\opengl\Makefile.win" all g++.exe -c main.cpp -o main.o -I"J:/Portables/Dev-CppPortable/App/devcpp/lib/gcc/mingw32/3.4.2/include" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/backward" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/mingw32" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2" -I"J:/Portables/Dev-CppPortable/App/devcpp/include" make.exe: *** [main.o] Error -1073741515 Execution terminated

    L H 2 Replies Last reply
    0
    • J James_722

      I have Dev-c++ version 4.9.9.2 on my computer. When I try to compile anything, it gives me the same error. Makefile.win [Build Error] [main.o] Error -1073741515 I have two different copies of the program on my computer; one that is installed and a portable one and they both give me the same error. I know that it isn't my code because i use the portable one to compile code at school and it works fine there. In advance, thank you for your help. Here is the compile log I got from trying to compile on the portable version: Compiler: Default compiler Building Makefile: "J:\opengl\Makefile.win" Executing make... make.exe -f "J:\opengl\Makefile.win" all g++.exe -c main.cpp -o main.o -I"J:/Portables/Dev-CppPortable/App/devcpp/lib/gcc/mingw32/3.4.2/include" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/backward" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/mingw32" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2" -I"J:/Portables/Dev-CppPortable/App/devcpp/include" make.exe: *** [main.o] Error -1073741515 Execution terminated

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      A wild guess: you have a problem with your PATH, the build tools aren't able to locate a DLL file they need, such as e.g. mspdb80.dll (and are not smart enough to provide a descent error message). :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.


      1 Reply Last reply
      0
      • J James_722

        I have Dev-c++ version 4.9.9.2 on my computer. When I try to compile anything, it gives me the same error. Makefile.win [Build Error] [main.o] Error -1073741515 I have two different copies of the program on my computer; one that is installed and a portable one and they both give me the same error. I know that it isn't my code because i use the portable one to compile code at school and it works fine there. In advance, thank you for your help. Here is the compile log I got from trying to compile on the portable version: Compiler: Default compiler Building Makefile: "J:\opengl\Makefile.win" Executing make... make.exe -f "J:\opengl\Makefile.win" all g++.exe -c main.cpp -o main.o -I"J:/Portables/Dev-CppPortable/App/devcpp/lib/gcc/mingw32/3.4.2/include" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/backward" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/mingw32" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2" -I"J:/Portables/Dev-CppPortable/App/devcpp/include" make.exe: *** [main.o] Error -1073741515 Execution terminated

        H Offline
        H Offline
        Herboren
        wrote on last edited by
        #3

        I have had this same issue in the past and I agree with ^ him, I would suggest dloading Microsoft Office C++ Express Edition 2008, you will have a more compatibility and the file size is very small.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups