Thread: MinGW Studio Resource Editor

  1. #1
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    MinGW Studio Resource Editor

    When I create a resource file using the MinGW Studio's Resource Editor. Is there a way to create a header file that contains the C style defines

    e.g.
    Code:
    #define IDD_DEBUG  1000
    I would hate to do this manually as there are alot of controls and such.

    So, if anyone out there uses this thing, help me out, please,

    [edit]
    Ah, it puts them into the .rc file it creates.
    Sorry, for the post.
    Last edited by Vicious; 09-11-2004 at 07:59 PM.
    What is C++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM