just::thread Support Forum

General Category => General Discussion about just::thread => Topic started by: Kenneth Carter on November 20, 2008, 07:25:46 PM

Title: unresolved external symbol
Post by: Kenneth Carter on November 20, 2008, 07:25:46 PM
Error   1   
error LNK2019: unresolved external symbol "public: void * __thiscall std::thread::native_handle(void)"
(?native_handle@thread@std@@QAEPAXXZ)
referenced in function "public: __thiscall CParallel::CParallel(void)" (??0CParallel@@QAE@XZ)

I was building a constructor that isolates the threads to a specific cpu core.

then recieved the above error while linking

Title: Re: unresolved external symbol
Post by: Anthony Williams on November 20, 2008, 09:23:27 PM
Thanks!

I thought that was in the 0.3 beta. It will be in the 0.4 beta (tomorrow).
Title: Re: unresolved external symbol
Post by: Kenneth Carter on November 21, 2008, 09:28:57 PM
Issue Resolved