G'day folks
I downloaded NPP source and Visual C++ 2010 express and used the latter to build the former.
The Release mode compile seems to work ok.
The Debug mode compiles, but prints "Restoring dungeon..." and crashes when I load a savefile with "run-time check failure #2, stack around the variable 'vvv' was corrupted".
I think this might be this bug - http://sourceforge.jp/ticket/browse....4206&tid=16045 - reported by Paul Blay. Paul concludes "just an array bounds problem from when the extra flags were added".
Any suggestions as to what to do??
A.
I downloaded NPP source and Visual C++ 2010 express and used the latter to build the former.
The Release mode compile seems to work ok.
The Debug mode compiles, but prints "Restoring dungeon..." and crashes when I load a savefile with "run-time check failure #2, stack around the variable 'vvv' was corrupted".
I think this might be this bug - http://sourceforge.jp/ticket/browse....4206&tid=16045 - reported by Paul Blay. Paul concludes "just an array bounds problem from when the extra flags were added".
Any suggestions as to what to do??
A.
Comment