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 the usual suggestions to copy the DLLs and manifest
(especially from the runtime and the c:\kde files) into the build\bin
\Debug directory. But still I get the same error:
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?
Stefan