> By contrast DLL under MacOS X seems to be automatic -- one simply requests > the functions in the source code just as any statically linked function, > and the OS loads them "lazily" at need when required. So, by contrast, > anything that can be done with DLL seems to be recommended under MacOS X. This isn't quite what Hugs needs. Hugs needs functionality equivalent to dl_open on unix. >From memory and with some simplification: handle dl_open(char*) loads a shared library file dl_lookup(handle,char*) looks up a name in a loaded shared library dl_close(handle) closes a shared library Loading has to be explicit because it is done in response to the Hugs user loading a Haskell file that requires a shared library. -- Alastair _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
- Fwd: Hugs on Mac with CW6 ? ... and Haskell Graphics Li... Doug Landauer
- Re: Hugs on Mac with CW6 ? ... and Haskell Graphic... Hans Aberg
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Alastair Reid
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Conal Elliott
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Alastair Reid
- Re: Hugs on Mac with CW6 ? ... and Haskell Graphic... Sigbjorn Finne
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Hans Aberg
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Hans Aberg
- Re: Hugs on Mac with CW6 ? ... and Haskell Graphic... Alastair Reid
- Re: Hugs on Mac with CW6 ? ... and Haskell Graphic... Johan Nordlander
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Alastair Reid
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Hans Aberg
- Re: Hugs on Mac with CW6 ? ... and Haskell Graphic... Hans Aberg
- RE: Hugs on Mac with CW6 ? ... and Haskell Graphic... Doug Landauer
