Results 1 to 4 of 4
Hi everybody,
Can anybody me abt "what is Dll "
and how to implement the DLLs in linux.
if possible , give a site with one example .
Thanks in ...
- 09-26-2007 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
About DLL in linux
Hi everybody,
Can anybody me abt "what is Dll "
and how to implement the DLLs in linux.
if possible , give a site with one example .
Thanks in Advance
- 09-26-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Is this a homework question?
- 09-28-2007 #3Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
Dll Request
Hello sir,
I think my way of asking the question might you feel me bad .Iam new to linux thats why i need a assistance like you experienced people.
Actually i don't know how to create the DLL and its purpose . In some Interviews , i got these question.
Thanks & Regards
Mallik
- 09-28-2007 #4
A .dll file is a dynamic link library
Linux already has the same thing. Usually called "libraries"'
and usually ending with .so (shared object)
All modern operating systems use shared libraries
to keep executable files from growing impossibly large.


Reply With Quote