|
From: Diogo T. <fo...@gm...> - 2007-10-06 21:44:58
|
Yeah sure, no problem. I'm still working on the PocketPC and Smartphone ports where everything is done except filesys (n0n4m3, I need your help). Win64 is ready. I should try to port for Xbox360 before switching back to the event system. I also took the liberty to implement mutex management to make some functions like kdSetError thread safe. I'm using critical section objects (for performance) on windows and pthreads mutex on the other platforms. I added some fk_init_ and fk_close_ functions to application.c as we discussed earlier. This is going well people! Keep up the good work :) Cheers, Diogo On 10/6/07, Guilherme Santos <gui...@gm...> wrote: > > I was reading about event callbacks and read something that I wasn't > expecting... > > The callbacks are installed accorded a COMBINATION of EventType and > UserPointer... > > Since I have implemented a balanced binary tree only with the key > EventType, > I have to change the system to compare the combination of the two keys... > > Tomorrow I will see it. > > > > Regards, > Guilherme Santos > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Freekode-public mailing list > Fre...@li... > https://lists.sourceforge.net/lists/listinfo/freekode-public > |