[Psi-Devel] debugging on windows

Maciek Niedzielski machekku at uaznia.net
Thu Mar 13 15:31:33 PDT 2008


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>
       </requestedPrivileges>
     </security>
   </trustInfo>
   <dependency>
     <dependentAssembly>
       <assemblyIdentity type="win32" name="Microsoft.VC90.DebugCRT" 
version="9.0.21022.8" processorArchitecture="x86" 
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
     </dependentAssembly>
   </dependency>
</assembly>


-- 
Maciek
  xmpp:machekku at uaznia.net


More information about the Psi-Devel mailing list