This is the mail archive of the pthreads-win32@sourceware.org mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Newbie: Please tell me how to prepare Visual Studio 2008 for using pthreads


Manjula,

You need to include your sample source ( c/cpp / h) into a new project/solution. U need to then in the linker section and project include lib path provide the path of the pthreads32 lib and dll.

U also need to enable the dependencies section in your linker section. If all these are set then the code compiles well.


Regards,
Kiran

-----Original Message-----
From: pthreads-win32-owner@sourceware.org [mailto:pthreads-win32-owner@sourceware.org] On Behalf Of manjula.aw@gmail.com
Sent: Monday, December 22, 2008 12:45 AM
To: pthreads-win32@sourceware.org
Subject: Newbie: Please tell me how to prepare Visual Studio 2008 for using pthreads

Hi Friends,

I'm totally new to pthreads and do not have much experience in Visual
Studio 2008 ( I only have worked with it for 2-3 months).  So please
tell me how to configure Visual Studio environment for using pthreads
and I would be gratefull to you if you can provide a little example on
using pthreads.
Specially I need to know which files in pthread api should copied to
which folders in my machine to use with VS2008. And what should I do
to create a new project that use pthreads.
Please reply me ASAP. The reason is this is an academic assignment
given for Concurrent Programming subject and I have only four day to
complete it.
Thanks & Regards,
Manjula
--
ààààà àààààààà ààààààà
==================================
Manjula Amarabandu Weerasinghe,
Department of Computer Science and Engineering,
Faculty of Engineering,
University of Moratuwa,
Sri Lanka.
==================================
              (\/) @ (\) _T (_) |_ @
manjula.aw@gmail.com
http://risingofsilversurfer.blogspot.com/

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are not 
to copy, disclose, or distribute this e-mail or its contents to any other person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
every reasonable precaution to minimize this risk, but is not liable for any damage 
you may sustain as a result of any virus in this e-mail. You should carry out your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]