Uwe Stöhr wrote:
- 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)
-
> 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.
- Qt
> >> LDR: LdrpWalkImportDescriptor() failed to probe c:\lyx\build\bin
> >> \Debug
> >> \QtCored4.dll for its manifest, ntstatus 0xc0150002
> >>
> >> ... and the 0xc0150002 error window. Any hint what to do about this?
> >
> > Which build system did you use? cmake? scons? How did you get qt4?
Am 27.02.2008 um 16:22 schrieb Bo Peng:
On Wed, Feb 27, 2008 at 7:27 AM, Stefan Schimanski <[EMAIL PROTECTED]>
wrote:
Hi!
I was trying to compile and debug lyx with VC9. Finally it compiled
fine. But whenever I run it, it stop with error 0xc0150002 (before
even calling the main() function).
Am 27.02.2008 um 16:22 schrieb Bo Peng:
On Wed, Feb 27, 2008 at 7:27 AM, Stefan Schimanski <[EMAIL PROTECTED]>
wrote:
Hi!
I was trying to compile and debug lyx with VC9. Finally it compiled
fine. But whenever I run it, it stop with error 0xc0150002 (before
even calling the main() function).
On Wed, Feb 27, 2008 at 7:27 AM, Stefan Schimanski <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I was trying to compile and debug lyx with VC9. Finally it compiled
> fine. But whenever I run it, it stop with error 0xc0150002 (before
> even calling the main() function). As far as I found out this has to
Hi!
I was trying to compile and debug lyx with VC9. Finally it compiled
fine. But whenever I run it, it stop with error 0xc0150002 (before
even calling the main() function). As far as I found out this has to
do with the manifest files used by VC9 to find the right libraries. I
followed th