Hello,
I just tried to download and compile angband 3.1.1. I followed the instructions carefully and it was a breeze.
Aside from using nmake (I am not familiar with nmake and Makefiles), has anyone tried to use VC++ 2008 Express and create a solution/workspace to go through the compile? I attempted to use the same instructions in DevC++ and ran into all sorts of problems, namely, could not find main() ... resources duplicated etc etc.
I am a newbie in C and VC++ and the objective is to manage this compilation process inside VC++ so that I can launch the debugger to help me walk through the functions and facilitate my understanding the angband code.
Thanks in advance.
I just tried to download and compile angband 3.1.1. I followed the instructions carefully and it was a breeze.
Aside from using nmake (I am not familiar with nmake and Makefiles), has anyone tried to use VC++ 2008 Express and create a solution/workspace to go through the compile? I attempted to use the same instructions in DevC++ and ran into all sorts of problems, namely, could not find main() ... resources duplicated etc etc.
I am a newbie in C and VC++ and the objective is to manage this compilation process inside VC++ so that I can launch the debugger to help me walk through the functions and facilitate my understanding the angband code.
Thanks in advance.
Comment