Subj : Pascal
To : Andrew Ball
From : mark lewis
Date : Tue Mar 15 2005 10:46 am
ML>> using external libraries?? do you mean using external
AB> > dlls located in dllhell?
AB> I think DLLs are an MS Windows thing. I meant using platform
AB> -independent libraries such as curses and perhaps a graphics
AB> /GUI toolkit.
i forgot to mention that DLL is just an extension on a filename, too... in the
*nix world, they are .so files... Shared Object... they perform the function,
though...