On Sun, Sep 06, 2009 at 06:10:23PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > The attached patch implements the LyX server for Windows in 1.6.x. > > I have been testing this for quite some time now and it works very > > well for me (for some aspects, even better than the server as > > implemented for *nix). So, I think that it is ready for prime time > > even in branch. Note that if the LyXserver path is not set in the > > preferences, this code will never be executed and thus it is quite > > safe including it. > > This is an important addition to Win32 indeed. So if it is well tested, I'm > not opposed to put this in branch.
I stress tested it and it works for me, but I have heard nothing from others. Before committing to branch, I would also like to know whether it also works with CMake and Scons, as I use autotools and cannot test. > (Note that the code is mostly strange land to me, so I simply trust this is > ready for prime time). I am not expert on Windows programming, too. I simply followed the MS documentation and examples. However, it seems to work quite well. It even works with development/lyxserver/server_monitor.c, even if a *nix environment is assumed there. Indeed, server_monitor.c can only be compiled on Cygwin as it is a Xforms application. -- Enrico