boost::thread & member function

北城余情 提交于 2019-12-11 14:17:03

问题


I've facing this problem when trying to use boost::thread:

unresolved external symbols:

public: __thiscall boost::thread::~thread(void)
public: __thiscall boost::thread::thread(void)

Does anyone have any idea?


回答1:


You haven't told your linker to link with the boost threads library. Without info on compiler and platform, nobody can help you further.



来源:https://stackoverflow.com/questions/3164668/boostthread-member-function

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