> Same with scons :-/ If I forget to copy the right DLL to the binary directory, I would get another > error message, right?

Not, I've had a similar error message too when I used the wrong DLL.
You need to copy the following files to the folder of the lyx.exe:

- The attached manifest file.
- QtGui4.dll (from your Qt4 tree)
- QtCore4.dll (from your Qt4 tree)
- zlib1.dll (from Joost's package)
- intl.dll (from Joost's package)
- iconv.dll (from Joost's package)
- aspell.dll (from Joost's package)
- Aiksaurus.dll (from Joost's package)
- msvcr90.dll (from your MSVC 2008 tree)
- msvcp90.dll (from your MSVC 2008 tree)
- and also install Python 2.5.1.

Alternatively you can download the complete source code file of the latest LyXWinInstaller to get all files you need.

regards Uwe
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) Microsoft Corporation.  All rights reserved. -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <noInheritable/>
    <assemblyIdentity
        type="win32"
        name="Microsoft.VC90.CRT"
        version="9.0.21022.8"
        processorArchitecture="x86"
        publicKeyToken="1fc8b3b9a1e18e3b"
    />
    <file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file name="msvcm90.dll" />
</assembly>

Reply via email to