|
"ENCRYPTION_SEED3 or ENCRYPTION_SEED4 in lm_code.h
are non-unique. Set them to 32-bit values
that you make up, and never change them.
And make sure you keep safe copies.
Exiting.
NMAKE : fatal error U1077: 'lmnewgen.exe' : return code '0x1'"
The reason is you haven't changed the default values for SEED3 and SEED4. You can set them any value you want.
|