update-mime-database problem
Ralf Habacker
ralf.habacker at freenet.de
Thu Jan 3 19:19:26 CET 2008
Hi,
with recent update-mime-database 0.22 package and visual studio express
edition and installed vcredist 2005 runtime i encountered errors.
When running update-mime-database there is an error complaining that
msvcrt80.dll cound not be found. I solved the problem by adding a
update-mime-database.exe.manifest to the installation bin dir.
The manifest file has the following content
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT'
version='8.0.50727.762' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
</assembly>
I guess these file should be added to the binary package or ?
Ralf
More information about the Kde-windows
mailing list