On Wed, 13 Jan 1999, Ian Crawford wrote: > But DLL aren't shared... are they? Yes, DLLs are dynamic...basically, they are identical to a .so file (shared library) under Linux. They are used for dynamic linking instead of static linking when creating executable objects and stuff...:-) -- Joel R. Stanley * jstanley@up.edu http://rainier.up.edu/~jstanley * #include <std_disclaimer.h>