From: malcolm AT manawatu DOT gen DOT nz (Malcolm Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Loadable Modules Date: Sun, 22 Sep 1996 06:15:30 GMT Organization: PlaNet (NZ) Manawatu, +64 6 357-9245, +64 6 367-9944 Lines: 12 Message-ID: References: <32432BD4 DOT 1ABE AT spy DOT isp DOT nsc DOT ru> NNTP-Posting-Host: malcolm.manawatu.gen.nz Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reposting article removed by rogue canceller. All this talk of dynamic linking. DJ wrote a prototype dll loader for v1.x, and I updated and improved it a little for v2.0. It is available in the file dll100.zip which can be found on CWS's server rice.eng.edu username-djgpp, password-betatest (please correct me if this is wrong CWS :-). Note that this is not a finished product, and I will never be finishing it. It works perfectly with C code however (as far as I could see), but it is unable to cope with the virtual function mechanism of C++ (although clean C++ might work). Hope this helps, Malcolm