Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Fri, 18 Sep 1998 01:10:33 +0000

Re: Resending ...

becka@rz.uni-duesseldorf.de wrote:
> I have installed it. Not yet really checked, if it works, but it looks
> o.k. I am still looking for a good dynamic loading mechanism.
> DXE is no good, because the modules can't use Lib-calls.
> DLX requires heavy markup of the source files.
> The best-so-far seems DLM, but it seems a bit C++-oriented, and is not
> really suited for dereferencing multiple symbols with the same name.
> It might work, though. Or maybe I could hack it ...

I suggested once before that we should prefix driverlib symbols
with the driverlib name because of troubles with Digital Unix.
We managed to work around that, but rather than doing it again,
and again, and again... for all new platforms I suggest we simply
add those prefixes.

//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]