News:

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

NMAKE Error

Started by Open Source Pong, April 15, 2008, 04:25:19 PM

Previous topic - Next topic

Open Source Pong

When i try to compile my program in RadASM i get this error:
Quote
Error during Process Creation
nmake Build

Make error(s) occured.
Total compile time 1109 ms
This is so frusterating to mot be able to build simple code.

Sincerely,

Open Source Pong

KetilO

Hi

You need to download and install nmake.exe

Get it here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084

Run the nmake15.exe to have nmak.exe and nmake.err extracted.
Copy nmake.exe and nmake.err to the same folder as the assembler / compiler.

KetilO