If you are trying to run Angband 3.2.0 from VS2010, just unzip downloaded sources and place attached files (sln + vcxproj* into src folder).
The only problematic things are:
- size_t in game-cmd.c as mentioned today in the other thread
- utils.c and player/utils.c produces same obj by default, so rename player utils to player_utils.c and it should work!
- mouse moving is not working due to bug with switched coordinates
Debugging works like a charm :-) Tested on 32/64 bit Win7 with VS2010 Ultimate/Express.
Regards
The only problematic things are:
- size_t in game-cmd.c as mentioned today in the other thread
- utils.c and player/utils.c produces same obj by default, so rename player utils to player_utils.c and it should work!
- mouse moving is not working due to bug with switched coordinates
Debugging works like a charm :-) Tested on 32/64 bit Win7 with VS2010 Ultimate/Express.
Regards
Comment