On Wednesday 08 October 2008 12:06:02 R.U.10 wrote:
> 2008/9/25 Vladimir Prus <ghost@cs.msu.su>
>
> > On Wednesday 24 September 2008 19:29:07 R.U.10 wrote:
> >
> > > I do not succeed in finding how to compile the boost DLL without
> > embedding
> > > manifest.
>> http://msdn.microsoft.com/en-us/library/aa375674(VS.85).aspx<http://msdn.microsoft.com/en-us/library/aa375674%28VS.85%29.aspx>
I've read a bit on this topic. IIUC, right now, the manifest file is auto-generated
used some magic, and then embedded into the DLL as resource, and you want
it to be not embedded, so that you can edit the manifest file.
Will it be actually
acceptable for you to edit each manifest file for each Boost library?
Or there's
some smarter solution that's possible?