Farid Zaripov wrote:
-----Original Message-----
From: Martin Sebor [mailto:[EMAIL PROTECTED]
Sent: Friday, August 03, 2007 10:22 PM
To: [email protected]
Subject: running tests linked with stdcxx.dll on Windows
When I try to run stdcxx tests linked against the stdcxx.dll
using the msvc-8.0_tst.sln solution on Windows I get an error
from the loader that the DLL isn't in PATH.
Is there something special I need to do to make this work?
I expected the project/solution to automatically set things
like this up for me.
In MSVC8 you can manually set the environment variables in
Properties->Configuration Properties->Debugging->Environment.
Or, as already mentioned Travis, use /COPYDLL option.
Isn't there a way to set it automatically when generating
the solution? This seems like a familiar discussion -- I
suspect we had it before and your answer was no... Still,
it's strange that there would be no way to run a project
that links against a DLL created by another project in
the same solution. We can't be the only ones doing it.
Martin