The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: hfheatherfox07 on September 07, 2011, 01:38:58 AM

Title: how .mnu and .dlg are made?
Post by: hfheatherfox07 on September 07, 2011, 01:38:58 AM
Hi ,

I came across these many times.... I personally use ResED to compile .rc  files ....

here is an example that also has .mnu files and .dlg files:   http://www.masm32.com/board/index.php?action=dlattach;topic=17338.0;id=9696

What app is used to compile them? were can I get it ?
also why are these files necessary if you already have an .rc file?

Thanks!
Title: Re: how .mnu and .dlg are made?
Post by: dedndave on September 07, 2011, 02:13:44 AM
possibly older versions of RadAsm

version 3 + can convert to a single RC file
or - you can do it manually
Title: Re: how .mnu and .dlg are made?
Post by: hfheatherfox07 on September 07, 2011, 02:16:40 AM
I have older versions of Radasm and I can open them but I can not create them or save .... that led me to believe that it might have been something else
Title: Re: how .mnu and .dlg are made?
Post by: dedndave on September 07, 2011, 02:21:50 AM
if you post in the RadAsm sub-forum, Ketil is usually pretty good about answering any questions

http://www.masm32.com/board/index.php?board=11.0

you might search that sub-forum for related topics before posting   :bg
Title: Re: how .mnu and .dlg are made?
Post by: hfheatherfox07 on September 07, 2011, 02:23:21 AM
Thanks ... I did not know that .dlg and .mnu were made with RadASM that is why I posted here......
Title: Re: how .mnu and .dlg are made?
Post by: hfheatherfox07 on September 07, 2011, 02:46:20 AM
Quote from: dedndave on September 07, 2011, 02:21:50 AM
if you post in the RadAsm sub-forum, Ketil is usually pretty good about answering any questions

http://www.masm32.com/board/index.php?board=11.0

you might search that sub-forum for related topics before posting   :bg

well Like I said I did not realize that it had to do with RadASM but thank you! for pointing me in that direction  :U

I found this there  http://www.masm32.com/board/index.php?PHPSESSID=21122593ab1baf09d64a9abcc2471fcc&action=dlattach;topic=7699.0;id=4040

http://www.masm32.com/board/index.php?PHPSESSID=21122593ab1baf09d64a9abcc2471fcc&topic=7699.0

Thank you again!