Thread: compile a *.rc file

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    5

    compile a *.rc file

    Help wanted.

    I am writing a program with a program with a menu. And part of the menu is on a menu.rc file and know that a rc file must be compile to *.res file and then link to *.exe file.

    How can I compile a rc file in DEV C++ ? Or in another kinds of compiler ?

    Thank you for your help.

    Lau

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    61
    To compile a *.rc file in dev-c++ just open up the *.rc file and press the "Build Resource" button. This should compile it into a *.o file which you can link with your project.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  3. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  4. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  5. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM