Phil,
Sorry I'm coming to this thread rather late. Thanks for picking this
up. On Linux you probably want to use the pthreads library (POSIX
thread, as used by e.g. the xwin driver). pthreads are also available
on Mac-OSX so it may well be that you can get OSX threading for little
extra work, tho
Hi Alan
I've made a bit of progress on add ing threading to the wxWidgets driver -
there is still some work to do however.
Currently I've got to a point where I can start a new thread, begin the event
loop and create frames. However there is some Windows specific code in there.
The reason is t