Re: -pgmc/a/l default options, other ideas
Peter Tanski <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <84AE4C58-5AB9-4444-8E1C-0109E37BAA6D__21889.7826890045$1167923161$gmane$org@gmail.com> |
Moments ago I wrote: > ... I still don't know whether to scrap MkDLL or modify it to use > link.exe and .def files as Esa suggested. The story is in the > source code, somewhere. On second thought, I think it would be more backward compatible to support the old MkDLL system. The big addition for DLLs would be explicit linkage (manually loading and unloading DLLs, see http:// msdn2.microsoft.com/en-us/library/784bt7z7(VS.80).aspx ). Cheers, Pete