This is the mail archive of the
pthreads-win32@sourceware.org
mailing list for the pthreas-win32 project.
VS2008 and pthreads-win32
- From: "Jose Carlos Rodríguez Rodríguez" <jcarlos dot ciber at gmail dot com>
- To: pthreads-win32 at sourceware dot org
- Date: Thu, 11 Dec 2008 14:32:07 +0000
- Subject: VS2008 and pthreads-win32
Greetings!
During years I have been a very happy user of the pthreads-win32
library .I am very satisfied. Thank you for this great free
Open-Source work!
Now I have my first big problem with it.
Until now I had built with success from source my own binary. VS
2003/2005. MinGW GCC 3.4.5, 4.2.1, 4.3.1
Very happy.
However, with Visual Studio 2008, I have problems with the executable
in debug mode. The build stage is good... But when it attempt run...
"This application has failed to start because MSVCR90.DLL was not found"
With the marvelous dependencywalker I discovered the problem origin:
My own pthreads-win32 library build version (nmake clean VC)
Linking with the official binaries release works.
My question is:
is it possible modify the Makefile for removing this dependency
(MSVCR90) for VS 2008?
Thanks in Advance!
Sorry for my poor English speaking skill.
JCarlos