Peter Kümmel wrote:
There is maybe a bug in the scons code for msvc: The manifest tool mt is called but I don't see that the "/MANIFEST" option is passed to the linker which tells the linker to generate a manifest file.
Yes, this is (I think) because Bo is using the manifest provided by qt QtCore4.dll.manifest or something. The manifest generated by the /MANIFEST option does not produce a usable manifest as it does not contain information about the MSVC lib (version, location, etc...).
Abdel.