【发布时间】:2010-07-02 09:48:21
【问题描述】:
我在尝试使用 boost::thread: 时遇到了这个问题:
未解析的外部符号:
public: __thiscall boost::thread::~thread(void)
public: __thiscall boost::thread::thread(void)
有人知道吗?
【问题讨论】:
标签: c++ boost multithreading unresolved-external
我在尝试使用 boost::thread: 时遇到了这个问题:
未解析的外部符号:
public: __thiscall boost::thread::~thread(void)
public: __thiscall boost::thread::thread(void)
有人知道吗?
【问题讨论】:
标签: c++ boost multithreading unresolved-external
您还没有告诉您的链接器链接到 boost 线程库。没有关于编译器和平台的信息,没有人可以进一步帮助您。
【讨论】: