Oxygen Basic

Programming => Problems & Solutions => Topic started by: JRS on May 19, 2011, 01:27:24 PM

Title: Threaded Window
Post by: JRS 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.

Title: Re: Threaded Window
Post by: Charles Pegge on May 19, 2011, 09:00:21 PM
Running multiple main windows within one process is definitely on the experimental side :)

Charles