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?
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
Ok i see!
Thx for fast answer :)