Mail Archives: djgpp/2000/01/12/03:25:28
On Tue, 11 Jan 2000, Mark Poolman wrote:
> I hope this isn't too obvious a question to post, but how do I get
> djgpp (programs) to generate (load) dlls.
You don't. DJGPP cannot produce DLLs.
> The equivalent in *n*x would
> be the -shared flag and the functions in dlfcn.h, dlopen() etc. But
> none of these of these seem to exist in DJGPP.
DJGPP doesn't support shared libraries. There is a limited facility,
called DXE, for dynamic loading of simple code modules, but it's a far
cry from shared libraries. See section 22.14 of the FAQ for more
details about DXE.
There are two optional packages written for DJGPP which allow more
versatile dynamic code loading. Look in section 22.3 of the FAQ for
DLM and DLX.
- Raw text -