Discussion:
[Dev-C++] How to use pthread
Ranjith P Antony
2003-04-07 12:42:05 UTC
Permalink
Hi all,

I am using Dev C++ in a Windows environment. Is there any way for me to use the pthread.h to
write a fully posix compatible thread application. Any pointers is appreciated.

-ranjith
David McKen
2003-04-07 12:52:02 UTC
Permalink
Yeah there is a pthreads library for windows.

It is a wrapper around the Win32 API if I read the docs
correctly but who cares. Heres a link:
http://sources.redhat.com/pthreads-win32/

It's quite simple to use. If you already know how to
program POSIX threads for UNIX then the only difference (or
maybe it is the same) is add -lpthread to your linker
command line.
Post by Ranjith P Antony
Hi all,
I am using Dev C++ in a Windows environment. Is there any
way for me to use the pthread.h to
write a fully posix compatible thread application. Any
pointers is appreciated.
-ranjith
-------------------------------------------------------
Dedicated Hosting for just $79/mo with 500 GB of
bandwidth!
No other company gives more support or power for your
dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
Post by Ranjith P Antony
_______________________________________________
Dev-cpp-users mailing list
TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm
https://lists.sourceforge.net/lists/listinfo/dev-cpp-users


=====
Signed
David Mcken

Life Sucks
Live with it

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

Continue reading on narkive:
Loading...