Mail Archives: djgpp/1994/11/01/02:02:59
> >I've never figured out how to manage that either, otherwise djgpp
> >would have been using shared libraries a long time ago :-)
>
> You can use a global variable in your client which was declared in your DLL
> as well as a global variable in your DLL which was declared in your client.
>
> An example of how to use a global variable in your client which was declared
> in your DLL:
The problem is, you have to be able to handle errno, stdin,
etc. correctly, so you don't always have the luxury of using pointers.
- Raw text -