Author Topic: Threaded Window  (Read 2111 times)

0 Members and 1 Guest are viewing this topic.

JRS

  • Guest
Threaded Window
« on: May 19, 2011, 01:27:24 PM »
Quote
Threaded Window demo in examples/system/threads

The single thread demo worked fine under Wine. When I changed #define MAX_THREADS = 2 (second define of the same name in the program) I got an exception error but the second threaded window opened after clearing the error dialog.


Charles Pegge

  • Guest
Re: Threaded Window
« Reply #1 on: May 19, 2011, 09:00:21 PM »
Running multiple main windows within one process is definitely on the experimental side :)

Charles