If you ran into NMAKE: fatal error U1077 using nmake in command prompt when a return code of '0x0000135', your problem is most likely due to the environment variable not being set right.
Assuming the Makefile and the C file which you plan to compile is working on other system.
You may try running "vcvars32.bat" in your command prompt to set the compiler environment into it.
No comments:
Post a Comment