#include <boost/regex.hpp>
int main(void)
{
return 0;
}
Error 2 fatal error LNK1104: cannot open file 'libboost_regex-vc90-mt-gd-1_38.lib'
This isn't a pathing problem. I intentionally do not have that .lib built, and want to link against the mt-sgd-1_38.lib file, but I don't know what I need to set to have boost's auto-naming select the mt-sgd instead of mt-gd.
Also, I'm not sure how it's detecting to use vc90, but I'm attempting to build with VS 2005, which is vc80.