Boost-log linker error

天涯浪子 提交于 2019-11-28 14:15: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,

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!