Walls cave survey software
RIP David McKenzie
I (Andy Edwards) have volunteered to help maintain Walls, but I am by no means a C++ or Visual Studio expert, let alone
familiar with the MFC and probably a number of other old libraries it uses. If you’re a caver and C++ developer, please
let me know if you’d be willing to help, even if you only have time to give me tips whenever I hit a snag.
Right now I need to figure out what else is missing from here; David had all of his projects stored in one giant folder
and I’ve tried to pare it down to only what’s necessary for Walls. It will probably make the most sense to put WallsMap
and possibly other projects in this repo as well.
nasm
assembler and make sure it’s on your PATH
C:\Program Files (x86)\Windows Kits\8.1\Include\um\gl
(depending on the Windows SDK version)Help+Manual
directory is on your PATH
(e.g. C:\Program Files (x86)\EC Software\HelpAndManual6
)Walls.sln
Debug_XP
if you’re on Windows XP, or Debug
otherwise.Walls_Help
project first. I would make the installer project depend on Walls_Help
if I could, but I can’t…because Visual Studio/Installer Projects kinda suck.WallsInstaller
project if you want to make an installer for distribution.