first i'll say u did a great job with masm32.
now...
i use Qedit
load a .rc file for a menu i made
i click Compile Resource
and i says it cant find rsrc.rc
know anything about this ?
thx.ciao.
-Ciru
The only reason it can't find that file would be because the file does not exist.
Umm, did you typo the name "rsrc.rc"?
Ciru,
The format used in MASM32 in Quick Editor requires the resource
file to be called rsrc.rc so what is happening isa that your
RC file is not being called but rsrc.rc cannot be found.
As long as you are using a RC file that can be built with RC.EXE
just rename your own RC file to RSRC.RC and it should work.
Regards,
hutch@pbq.com.au