pro_linux_programming thread: Re: How to program (create/use) dynamic link library under Linux (or Unix)?
> The subject probably says it all. Thanks for any help, pointer, cuss :-) > > Vh Linux does not use DLL. It uses dynamic shared libraries. To create a dsl using source hello.c gcc -share -fPIC -o libhello.so hello.c
|





