Thread: Devc++ resource file....

  1. #1
    Thanos
    Guest

    Devc++ resource file....

    I create a dialogue box, and then I go to create a menu and it says "invalid index".

    Here:
    It says to give an id to the menu(100). Item caption(File).Item Id(101).
    2nd: Item caption(Edit). Item Id(102)

    Do you guys know what is wrong, cause I sure as hell don't

    Thanks

  2. #2
    I remember all the troubles I had with Dev-C++'s resource editor. You have to make the menus just right, otherwise it'll throw a ton of errors at you. That's why I always type out the resource files by hand.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  2. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  3. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM
  4. resource file problem
    By jjj93421 in forum Game Programming
    Replies: 6
    Last Post: 03-30-2004, 10:58 PM
  5. menu resource file
    By satriani in forum Windows Programming
    Replies: 5
    Last Post: 06-08-2002, 10:52 PM