Boost-log linker error

前端 未结 1 1105
后悔当初
后悔当初 2020-12-12 01:31

i\'ve downloaded and builded Boost 1.55 from source. I\'m trying to use Boost-log. In basic case (http://boost-log.sourceforge.net/libs/log/doc/html)/log/tutorial.html#log.t

相关标签:
1条回答
  • 2020-12-12 02:00

    I had the same problem and I could fix it by changing one of the Project properties on VisualStudio 2010.

    Go to:

    Property Pages -> ConfigurationProperties -> C/C++ -> Language -> Treat WChar_t As Built in Type:

    And set the property to:

    Yes (/Zc:wchar_t)

    I hope it will be helpful for you too :)

    Take care,

    0 讨论(0)
提交回复
热议问题