How do I install pthread_win32 (Windows pthread / posix thread library) for Visual Studio 2005?

前端 未结 3 1792
-上瘾入骨i
-上瘾入骨i 2020-12-22 12:01

Just to be clear - I have searched the depths of the internet and back for information on how to do this

I\'m looking for assistance setting up pthr

3条回答
  •  时光取名叫无心
    2020-12-22 12:18

    Just adding pthreadVC2.lib to linker list is not suffiecient. You also have to add addtional lib like pthreadVCE2.lib and pthreadVSE2.lib.

    I am facing same issue but then I resolved it through adding these files.

提交回复
热议问题