Multi-threaded GUI
Kagamin
spam at here.lot
Wed Jul 25 14:17:41 PDT 2012
On Wednesday, 25 July 2012 at 18:50:51 UTC, Simon wrote:
> You have to be very, very careful with trying to do multi
> threading w/ windoze windows. Try doing a google search on it,
> and the advice is invariably: don't do multi threaded windows.
> Everybody including people famous for their in-depth window
> knowledge recommends a single thread UI with non-UI worker
> threads.
Hmm... AFAIK it's quite opposite: windows UI is the only UI that
works in multithreaded environment, it's just recommended to not
do it, because this feature is inconsistent with other UI
frameworks, so that you don't get used to wrong programming
technique.
More information about the Digitalmars-d
mailing list