Hi. It's been a while since I've been modding Civ IV, and I'm now on a new computer with Vista. I'm using Visual C++ 2008 Express (used 2005 last time, IIRC), and have followed the instructions. Had a couple of errors along the way that I cleared up (I fixed the wrong Makefile, and wound up starting a new project after the first issues).
Unfortunately, I'm now getting an error:
>c:\Users\Space Hamster\Desktop\Civ IV BTS SDK Mods\CvGameCoreDLL\CvGameCoreDLL.h(160) : fatal error C1083: Cannot open include file: 'boost/python/list.hpp': No such file or directory
1>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003/bin/cl.exe"' : return code '0x2'
So I tried to use "Add Existing Item..." to include the folder. It doesn't like to include folders. So I started adding in files manually. Now not only does it not give me any message if I add the same file more than once, making me worry about the files with the same name, and not only are there more directories than seems sane (I'm currently at Boost-1.32.0\include\boost\spirit\phoenix, whatever that is), but I'm quite sure that I didn't do this last time. I know it's wrong, but at this point, I feel the need to complete my mission.
So, if someone could let me know what I'm supposed to do, I'll check here again when it fails after all this effort. Thanks!
EDIT: Aargh. There wasn't far to go after that point, and I just realized that when I fixed the wrong Makefile, I fixed the one that I downloaded (in the wrong place). I was using the original on my second try! It seems to be compiling, so wish me luck.
EDIT2: And success!