On Tue, Aug 07, 2018 at 07:21:03PM -0400, Richard Kimberly Heck wrote: > On 08/07/2018 12:05 PM, Enrico Forestieri wrote: > > commit cf5f2661dc0a902e541704172ab369ba3e5a54d6 > > Author: Enrico Forestieri <for...@lyx.org> > > Date: Tue Aug 7 17:56:07 2018 +0200 > > > > Fix LyX server on Windows > > > > On some recent Windows versions, GetLastError() may also return > > NO_ERROR instead of ERROR_IO_PENDING during an overlapped write > > operation to a pipe. This was confusing the state machine in > > Server.cpp so that replies to commands were scheduled but were > > never actually output. > > If this is needed on stable, which I assume it is, then please go ahead.
I also took the liberty of updating the server_monitor example client so that it can be also built with Qt5. -- Enrico