On Monday 15 July 2002 1:40 pm, Ruurd A. Reitsma wrote: > > > TODO: > > > -make a proper win32 fork controller
> > The forked controller is only really used by the graphics code at the > > moment. > The spellchecker also seems to use fork(); if it's only those two parts of > lyx, another solution might be possible. It'd be nice to move the spellchecker's interaction with the forked process into Forkedcall. This will need an extension to Forkedcall so that we can interact with a forked process, not just receive notification that it has ended. I suspect more and more of LyX will eventaully try and use Forkedcall. Eg, why should View->DVI block execution? So, a Win32 Forkedcall is a Good Thing. A