News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

problem with menus

Started by captainron, April 13, 2005, 07:47:20 AM

Previous topic - Next topic

captainron

after several attempts i've been unable to get menus to work the way i want them to. i've looked at all the examples and seem to have the code right, but when i complile a program with a menu in it i can't get them to work (this includes the examples themselves).

does the .rc file need to be linked in some way that i'm not seeing? or even named something specific?

captainron

problem solved. i wasn't compiling my resource file. rookie mistake.