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
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