> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 07, 2007 6:11 PM > To: [email protected] > Subject: Re: running tests linked with stdcxx.dll on Windows > > > 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.
Unfortunately, no :( The MSVC8 has "references to other projects". So .rwtest and examples are referenced to .stdcxx project. All tests are referenced to .rwtest and .stdcxx projects. The reference has the following build properties: Copy Local, Copy Local Dependencies and so on. All of these properties are set to True, but MSVC still doesn't copies the dependencies for C++ projects (but does that for C# projects). Farid.
