From boost-build Wed Aug 27 06:23:24 2014 From: Vladimir Prus Date: Wed, 27 Aug 2014 06:23:24 +0000 To: boost-build Subject: Re: [Boost-build] Copy prebuild dll to unittest Message-Id: <53FD795C.7050204 () cs ! msu ! su> X-MARC-Message: https://marc.info/?l=boost-build&m=140912061021664 On 08/26/2014 12:43 AM, tr1gun wrote: > Hi, > > in my unit test under windows i'm loading a com dll (prebuild). At the moment this dll is installed and registered globally. With manifest > files you can locally load such a dll without registering it but it requires that the dll resides in the same directory as the exe file. > Is it possible to copy the dll to the unit test exe file? Another thing is is it possible to compile/run multiple unit tests in one > directory so this dll hasn't to be copied to every unit test. > Thanks in advance. Bernhard, I think the pull request for Windows Store testing has the code to accomplish the same: https://github.com/MSOpenTech/build/commit/fc255720457848bcc99b9fccc9540904bddabca4 That's quite complicated code though. Why would the standard approach of setting PATH to include all dependent DLLs work for you? Did-not-touch-Windows-in-few-years-yours, Volodya _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build