News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

win32 nasm template

Started by avcaballero, April 26, 2010, 06:29:00 AM

Previous topic - Next topic

avcaballero

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.

Ghandi

Possibly you could post your attempt and then maybe somebody with nasm experience can point out where it is going wrong?

HR,
Ghandi

avcaballero

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.