Wine folks interested in a CHM spec?

Dimitrie O. Paun dimi at intelliware.ca
Wed May 28 11:22:27 CDT 2003


On 28 May 2003, Mike Hearn wrote:

> Unfortunately, it seems KWQ is mostly MacOS specific. It's written in
> Objective C++, a language I didn't even suspect the existance of until I
> read the sources. Example:
> 
> QListBox::~QListBox()
> {
>     NSTableView *tableView = [(NSScrollView *)getView() documentView];
>     [tableView setDelegate:nil];
>     [tableView setDataSource:nil];
>     [_items release];
> }

Gee! I've heard about it before, people saying is so much easier than
C++. Yeah, right!

> Luckily, most of the files are small, in fact some are about 2-3k, of
> which most is the boilerplate header (seems to be a pretty liberal
> license).

Important point is if it's compatible with the LGPL. Can we use stuff
from it in Wine?

-- 
Dimi.




More information about the wine-devel mailing list