The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: Kema01 on April 16, 2009, 09:39:53 AM

Title: assemble with a rc in MasmEd 1.0.5.4
Post by: Kema01 on April 16, 2009, 09:39:53 AM
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?

Title: Re: assemble with a rc in MasmEd 1.0.5.4
Post by: KetilO on April 16, 2009, 03:05:14 PM
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
Title: Re: assemble with a rc in MasmEd 1.0.5.4
Post by: Kema01 on April 17, 2009, 06:18:38 AM
Ok i see!

Thx for fast answer :)