Thread: Resource Files with Dev C++

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    4

    Resource Files with Dev C++

    I'm trying to attach a resource file but im not exactly sure how to do it. I did something and thought i had done it but apparently i hadn't, because the menu i was using the resource file for didn't appear. Although it didn't give me any errors either... Can someone tell me how to properly attach the file to the project?

    Also... how the hell do you compile the .rc

  2. #2
    C(++)(#)
    Join Date
    Jul 2004
    Posts
    309
    Ok under Project settings, go to files. Click on the .rc file and check the box that says: compile with program, or something along those lines. CLick ok and compile.

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    4
    Thanks i guess i just had to hunt.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Resource Files...
    By FWGaming in forum C++ Programming
    Replies: 6
    Last Post: 07-13-2005, 10:12 PM
  2. I Need To Know Some Things That I Can Put Into A Batch File
    By TheRealNapster in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-20-2003, 08:12 PM
  3. Multiple Resource files
    By doodlak in forum C++ Programming
    Replies: 0
    Last Post: 07-04-2002, 06:13 PM
  4. reinserting htm files into chm help files
    By verb in forum Windows Programming
    Replies: 0
    Last Post: 02-15-2002, 09:35 AM
  5. Problems with resource files
    By Unregistered in forum C++ Programming
    Replies: 18
    Last Post: 08-31-2001, 08:45 AM