From: Bronek Kozicki (Brok_at_[hidden])
Date: 2003-08-05 03:05:42


E. Gladyshev <egladysh_at_[hidden]> wrote:

> I don't know much about other GUI systems but win32
> and MFC. I think we can try to define the low-level
> layer using win32 and/or MFC as the starting point.

Please, do NOT use MFC. Just native Win32 API as a starting point. MFC
is 1) not available on mingw 2) big and full of traps.

Regards

B.