Thread: Help to compile with Dev C++ 5

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    14

    Help to compile with Dev C++ 5

    Could somebody please help me? I programmed a Win32 API program (involving dialog boxes) which should compile perfectly, but when I try to compile my project (windowsmenu.dev) I receive the message: [Build Error] [Windowsmenu_private.res] Error 1. How can I remedy this?

  2. #2
    Sometimes dev-cpp gets confused when you change project properties.

    Open the directory that the project is saved in and delete the $projectName$_private.res file and then try to recompile it again.

  3. #3
    Registered User
    Join Date
    Dec 2003
    Posts
    14

    Thanks for the help.

    Why thank you, Mithoric. I'm most grateful.

  4. #4
    No problem.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compile problem on linux
    By cnb in forum C Programming
    Replies: 3
    Last Post: 09-29-2008, 04:14 AM
  2. auto_ptr assignment compile error
    By George2 in forum C++ Programming
    Replies: 7
    Last Post: 04-01-2008, 02:44 AM
  3. Compile as you type
    By Rocketmagnet in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 12-07-2006, 01:36 PM
  4. Dev C++ Won't Compile
    By mburt in forum Windows Programming
    Replies: 8
    Last Post: 08-21-2006, 11:14 PM
  5. Compile crashes certain windows
    By Loduwijk in forum C++ Programming
    Replies: 5
    Last Post: 03-26-2006, 09:05 PM