Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Mon, 24 Aug 1998 17:33:05 +0200

Re: debugging libggi...

Andrew Apted wrote:
> Sounds OK.  I originally thought of having an array of "ggi_dlhandle *"
> as tags, but then I wondered how would a sub-library actually _know_
> what its ggi_dlhandle was.  By using ints, we can have a top-level
> function like "_ggi_new_buftagid()" which is called by the library's
> GGIdlinit() and stored in the library's vis->xxxpriv structure.

My idea was that each library would have a preallocated number
as it's ID, but just allocating them when needed like that is
even better.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

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