由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Pthread support on Windows XP
相关主题
学习multi threading, 有什么好书?c++11 std thread类 怎么样,大家用过么
有啥比较好的multithreaded C++ project?java concurrency
请教c++ multithreadingWindows XP与Multithreading Programming
有专门介绍multithreading编程的书吗c++问题
问一个用Visual Studio开发Multithread程序的问题waiting for N condition variables in linux
想知道家在linux下都有什么c++ socket library[合集] 请推荐几本Multi-threading的编程书籍
openMP or boost::thread (pthread) for multithreading ?mutex一问
单开主题:为何痛恨pythonhelp on pthreads.....
相关话题的讨论汇总
话题: xp话题: windows话题: pthread话题: pthreads话题: support
进入Programming版参与讨论
1 (共1页)
E*****7
发帖数: 128
1
I want to use Pthread to do multithreading on Windows XP and found pthreads-
win32 as follows:
http://sourceware.org/pthreads-win32/
Is there anybody here who know how to set it up on Windows XP for playing
with pthread multithread programming? Thanks.
k***r
发帖数: 4260
2
i have no experience with it but it looks like you could
just link with the DLL, include the header files and run?

pthreads-

【在 E*****7 的大作中提到】
: I want to use Pthread to do multithreading on Windows XP and found pthreads-
: win32 as follows:
: http://sourceware.org/pthreads-win32/
: Is there anybody here who know how to set it up on Windows XP for playing
: with pthread multithread programming? Thanks.

h***i
发帖数: 1970
3
就是这么简单。

【在 k***r 的大作中提到】
: i have no experience with it but it looks like you could
: just link with the DLL, include the header files and run?
:
: pthreads-

E*****7
发帖数: 128
4
So I have to link these DLLs and include head files for my every project?
Does anybody know if this works from within a project in Visual Studio 2005
/2008? Thanks.
1 (共1页)
进入Programming版参与讨论
相关主题
help on pthreads.....问一个用Visual Studio开发Multithread程序的问题
请教c++ multithreading入门问题想知道家在linux下都有什么c++ socket library
请教一个在 AIX 下编译运行的问题openMP or boost::thread (pthread) for multithreading ?
再次请教关于AIX中线程以及优先级的问题单开主题:为何痛恨python
学习multi threading, 有什么好书?c++11 std thread类 怎么样,大家用过么
有啥比较好的multithreaded C++ project?java concurrency
请教c++ multithreadingWindows XP与Multithreading Programming
有专门介绍multithreading编程的书吗c++问题
相关话题的讨论汇总
话题: xp话题: windows话题: pthread话题: pthreads话题: support