> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Friday, August 03, 2007 10:22 PM > To: stdcxx-dev@incubator.apache.org > 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. Farid.