Author Topic: unresolved external symbol  (Read 33896 times)

Kenneth Carter

  • Beta Testers
  • Newbie
  • *
  • Posts: 18
    • View Profile
unresolved external symbol
« 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


Anthony Williams

  • Administrator
  • Full Member
  • *****
  • Posts: 103
    • View Profile
    • just::thread C++ Thread Library
Re: unresolved external symbol
« Reply #1 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).

Kenneth Carter

  • Beta Testers
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: unresolved external symbol
« Reply #2 on: November 21, 2008, 09:28:57 PM »
Issue Resolved