Unresolved external when using boost log

时光总嘲笑我的痴心妄想 提交于 2019-12-04 12:52:59

Ok, figured it out. Problem was, that boost was compiled with _WIN32_WINNT 0x0601 while I was building with 0x0501. Just changed mine to 0x0601 as well and it linked fine.

But this program or application you created works in windows 7 or more. It does not supports for Windows XP.

If you want to create application that supports for windows XP, then you can use BOOST 1.58 version. This version is last which supports from Windows XP. Then later versions supports more than windows XP (i.e.)From vista only.

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