<[EMAIL PROTECTED]> wrote:
I now managed to compile LyX 1.4svn with MSVC 2005, but unfortunately LyX crashes at startup without any command line output.
Not surprisingly, but I was hoping that your windows xp would work better than mine. :-)
Bo, did you try to compile it yourself?
Yes. Lyx crashed for me as well.
Is there someone who tried 1.5 with Q../Free 3 and MSVC 2005?
No My plan was to apply the patch and then investigate what is going on. What you can do is: 1. go to development/scons 2. scons [otheroptions] use_vc=yes msvs_projects 3. start msvs with lyx.vcproject, compile, and then step into the main function. It should be easy to find out where lyx crashes. Note that you will have to set $PATH for qt and other dlls to do the debugging. I suspect that a scons install will make lyx happier since lyx may crash if it can not find the needed resources. Bo