Thread safe GUI/ MFC like Approach
Bill Baxter
dnewsgroup at billbaxter.com
Mon Dec 31 01:08:28 PST 2007
Bill Baxter wrote:
> BLS wrote:
>> During my /investigations/ regarding : What GUI do I need to create an
>> realtime/collaboration IDE I found out that the MS MFC approach is not
>> that bad.
>>
>> In case that there is some interest I could add a page to the D WIKI
>> showing the use of :
>>
>> CriticalSection/Mutex
>> Thread Local Storage
>> CBT (computer based training) Hooks. (in our case, Invoked before
>> WM_NCCREATE)
>
> Will it work on a non-Windows platform?
>
> I don't know if this is useful at all or not, but here's a multithreaded
> GUI lib that's been this one guy's pet project for the past 10 years or
> so. Nothing to do with D, but I used to hang out on the Fox toolkit
> where this fellow posted about his TnFOX project regularly. From what I
> understand using lots of threads for the GUI is a big point of it.
>
Oops forgot the link:
http://www.nedprod.com/TnFOX/
--bb
More information about the Digitalmars-d
mailing list