Mail Archives: djgpp/2000/01/11/23:26:35
I think he means he wants to use dynamically loaded code in dos, not
specifically windows DLLs.
Weiqi Gao <weiqigao AT a DOT crl DOT com> wrote in message
news:387BD85D DOT B0C8E550 AT a DOT crl DOT com...
> 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. 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.
>
> You need the RSXNTDJ package to generate Win32 programs. It is capable
> of generating DLLs.
>
> To use a DLL in a Windows program, you use the windows.h macros
> LoadLibrary() and GetProcAddress().
>
> > Thanks for reading, and a happy y2k2y'all
>
> Happy y2k2u2
>
> --
> Weiqi Gao
> weiqigao AT a DOT crl DOT com
- Raw text -