Another error -- I'm sure that's what you want to hear!
Everything works until I try to compile, and I get this message:
=== CvGameCoreDLL, Final Release Win32 ===
fatal error LNK1181: cannot open input file 'boost_python-vc71-mt-1_32.lib'
=== Build finished: 1 errors, 0 warnings ===
I've uninstalled codeblocks, reinstalled, triple-checked that I followed the directions... I even followed the directions for how to get everything to work on Windows Vista, with one exception. The directions:
2) remove CvGameCoreLL_DEBUG.pdb from linker:
- under: Projects --> Build options...
- in the tab for: Final Release Win 32 --> Linker Settings --> Other Linker Options
- remove: /pdb:Final Debug Win32\CvGameCoreDLL_DEBUG.pdb
Maybe it's because I have a new version of Codeblocks, but I don't have an "Other Linker Options" in my Linker Settings, and I certainly don't see any reference to CvGameCoreDLL_DEBUG.pdb, so I cannot remove it.
In reference to my error message, though... I've looked through the lib folders in Microsoft SDKs and C++, and I cannot find a 'boost_python-vc71-mt-1_32.lib' file.
Any advice? Am I missing something / is the file supposed to be there?
Many thanks.