The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: avcaballero on April 26, 2010, 06:29:00 AM

Title: win32 nasm template
Post by: avcaballero on April 26, 2010, 06:29:00 AM
Hello. Can anybody share a win32 nasm template?. I have tried make one by myself, using a simple win32 window from nasmx package, but fails some step, concretely on creating resource name, so fails when compiling. Thank you.
Title: Re: win32 nasm template
Post by: Ghandi on April 26, 2010, 08:43:42 AM
Possibly you could post your attempt and then maybe somebody with nasm experience can point out where it is going wrong?

HR,
Ghandi
Title: Re: win32 nasm template
Post by: avcaballero on April 27, 2010, 07:56:33 AM
Hello, I am sorry to have taken as much to respond, but the file as at home ...

I have copied the Win32 fasm template and changed the fasm code lines for nasm code. It already has the same win32 form resource.

You can compile the nasm source code well. We can't say the same for the resource compilation, that fails.

We will probably have to modify the compiler path.

Thanks.