Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : mailing list GGI <ggi-develop@eskimo.com>
  Date: Wed, 10 Mar 1999 19:55:22 +0100 (MET)

Resending ...

> Subject: Re: Portability of libggi and libgii themselves

> Hi !

> > Can libggi and libgii be ported to environments which do not have the POSIX
> > dlopen(), dlclose(), etc. functions? 
> 
> Basically yes. But you need to emulate them somehow.
> 
> > Can libggi be ported to an environment
> > which, like AmigaOS, uses libraries which must be explicitly opened by the
> > application?  For example:
> 
> I'd say that's a rather _ideal_ case. What you show here is pretty much
> dlopen ...
> 
> Problematic are OSes that have major problems with explicitly opening
> libraries, like e.g. DOS.
> 
> CU, Andy
> 
> -- 
> = Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

Index: [thread] [date] [subject] [author]