Jean-Marc Lasgouttes wrote:
Joost> If compilation with MSVC++ worked, the vcproj files would be
Joost> very useful. However, there are still incompatibilities that
Joost> break important things.
It used to work. What is broken now?
With some hacks to the projects files you can probably compile it, but
LyX itself will have bugs due to undefined behavior of certain functions.
For example, the MinGW implementations of functions to call other
applications often do not show a console window, while the Microsoft
implementation does. This means that you get popping up windows all the
time.
Joost