When trying to include '#include <boost/regex.hpp>' I get: 1>LINK : fatal error LNK1104: cannot open
Posted
by meds
on Stack Overflow
See other posts from Stack Overflow
or by meds
Published on 2009-11-15T17:00:03Z
Indexed on
2010/05/21
23:10 UTC
Read the original article
Hit count: 686
Not sure why i get that, I downloaded libs from here and while I have a lib called 'libboost_regex-vc90-mt-gd-1_39.lib I don't have one which is called 'libboost_regex-vc100-mt-gd-1_39.lib', renaming the one with vc90 to vc100 works but I'm not sure if this is the ideal solution?
© Stack Overflow or respective owner