News:

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

how .mnu and .dlg are made?

Started by hfheatherfox07, September 07, 2011, 01:38:58 AM

Previous topic - Next topic

hfheatherfox07

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!

dedndave

possibly older versions of RadAsm

version 3 + can convert to a single RC file
or - you can do it manually

hfheatherfox07

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

dedndave

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

hfheatherfox07

Thanks ... I did not know that .dlg and .mnu were made with RadASM that is why I posted here......

hfheatherfox07

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!