assemble with a rc in MasmEd 1.0.5.4

Started by Kema01, April 16, 2009, 09:39:53 AM

Previous topic - Next topic

Kema01

I'm using MasmEd 1.0.5.4 and i really like it but i can't find howto assemble a program with a rc file in MasmEd or maybe that function isn't added yet?


KetilO

Hi Kema01

MasmEd handles rc files, but there are limitations to filename and path.
1. The rc file must be in the same folder as the main asm file.
2. The filename must be rsrc.rc or the same as the main asm file.
    Example:
   Main asm: MyMain.asm
   RC file: MyMain.rc or rsrc.rc

KetilO

Kema01