Thread: Dev C++ 4 won't link

  1. #1
    Funniest man in this seat minesweeper's Avatar
    Join Date
    Mar 2002
    Posts
    798

    Question Dev C++ 4 won't link

    I'm using Dev C++ 4 from Bloodshed and forger's tutorial on WIN32 API programming (i'm sure you know it). Anyway I am still early on in the tutorial using just a simple window source file, a .h file and a .rc file. My code compiles with no errors but won't run and gives the following in the compiler and linker output:

    gcc: c:\dev-c++\res1.rc: linker input file unused since linking not done

    I have no idea what to do to remedy it so would like some advice.

    Thank you.

  2. #2
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Close dev, load it back up, open up the project, compile. If that don't work, then u have to restart your computer*happened to me*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List, Please Help!
    By CodeMonkeyZ in forum C Programming
    Replies: 5
    Last Post: 02-17-2009, 06:23 AM
  2. I'm confused about link lists (again)
    By JFonseka in forum C Programming
    Replies: 4
    Last Post: 06-13-2008, 08:13 PM
  3. Function to check memory left from malloc and free?
    By Lechx in forum C Programming
    Replies: 4
    Last Post: 04-24-2006, 05:45 AM
  4. Dev C++ library to link
    By WDT in forum Networking/Device Communication
    Replies: 3
    Last Post: 03-20-2004, 11:20 AM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM