Re: libole2 (was Re: commit -- POW - Beginning the Binary ...)


Subject: Re: libole2 (was Re: commit -- POW - Beginning the Binary ...)
From: Hubert Figuiere (hfiguiere@teaser.fr)
Date: Fri Mar 31 2000 - 04:27:34 CST


According to Kevin Vajk <kvajk@ricochet.net>:

> Making libole2 independent of glib doesn't look too difficult, but
> making it run on non-UNIX systems will be non-trivial. (For example,
> they use file descriptors and stuff like mmap() and stat().)

stat() is not a problem. It is available on almost every platform and is
almost trivial to re-implement if needed.

But mmap() is a real pain to implement if it is not because this one require
hevay dependence on the virtual memory system. BeOS has trouble with it, and
I don't even think about MacOS 8.

Hub



This archive was generated by hypermail 2b25 : Fri Mar 31 2000 - 04:27:44 CST