Norman Rasmussen pisze:
> I have Qt 4.3.3 and 4.3.4 builds made with VS 2008, but
unfortunately they
> don't seem to work correctly. So I'll either have to
rebuild them with VS
> 2005, or figure out why they're not happy.
Let VS2008 create manifest info for psi by itself (don't use
the one
from psi source). Or if it's not easy for you, just use
this:
<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<assembly
xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<trustInfo
xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"></requestedExecutionLevel&g
t;
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32"
name="Microsoft.VC90.DebugCRT"
version="9.0.21022.8"
processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assembly
Identity>
</dependentAssembly>
</dependency>
</assembly>
--
Maciek
xmpp:machekku uaznia.net
_______________________________________________
Psi-Devel mailing list
Psi-Devel lists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com
|