|
From: Daniel J S. <dan...@ie...> - 2014-10-25 17:46:45
|
On 10/25/2014 03:40 AM, Daniel J Sebald wrote: > I removed the interlock test and it creates quite a mess with invalid > events, seg faults in bad library calls, to scratch the surface. > > Investigating a bit, I think the problem lies in the fact wxt terminal > is not in its own process. It's too much work to do this in an afternoon or so. Having looked at the code, though, I'd say some things get simplified when WXT is run in its own process as an outboard plotter. All these sorts of conditions #if defined(WXT_MONOTHREADED) || defined(_Windows) go away. Dan |