archive? questions from new win32/pthreads user

Rian Hunter rian@thelaststop.cjb.net
Tue Aug 24 19:23:00 GMT 2004


On Tue, 2004-08-24 at 10:42, Bobby Krupczak wrote:
> Hi!
> 
> > Probably you need to put the file pthreadsVC.dll (you can download it 
> > from ftp://sources.redhat.com/pub/pthreads-win32/dll-latest/lib/) in 
> > your system directory.
> 
> Thanks; that does work as well as putting it in the current
> directory.  However, I was wanting to statically link so I would not
> need to install a dll.

pthreads-win32 isn't distributed as a static library in binary form.
you're going to have to compile it with your application or just compile
a static library. open the pre-made project file from the source distrib
and change the target to a static library (using vc++). hope that helps.
-rian



More information about the Pthreads-win32 mailing list