вторник, 6 ноября 2007 г.

Not dead!

OpenW is not dead!

Currently I'm in process of refactoring Wine's message queue. Originally all Wine stuff that I ported was separated to 'client' and 'server' code. And there was a protocol.
One day (when I came across nasty bug with lifetime management) I decided to MERGE client and server code, getting rid of protocol communication.
ATOMs and CLASSes were merged in two days. Message queue is another story, because there are much more code (150+k). (Windowing code is even bigger.)

Anyways, I'm bitting the code every day doing a little progress.