Subj : Re: pthreads in a static library To : comp.programming.threads From : JimLasc Date : Wed Aug 31 2005 10:53 am Hello, and thanks for your replie. I think I misformulated: >>usually use pthreads in a dll, but now I want to use them in a static >>library. What I wated to say was: I usally link with the pthreads-dll in my programs which make use of pthreads. Now I've created (just compiled as a new project: "static lib") a static version of pthreads. I wanted to use this static version to link my program with. ( so: now I add: #pragma comment(lib,"mystaticversion.lib") in stead of #pragma comment(lib,"thedynamicversion_which_was_pre-builded.lib") ) When I do that however, I have the errors I described. I think you misunderstood my question, did you? (I know it's my fault, sorry for that). Sorry for my poor english, but as you see, I'm not english... .