Hai friends
I would like to know how to create a dll file an how to compile it and link it in linux.
Thank u in advance
|
Go4Expert Founder
|
![]() |
| 23Aug2004,16:03 | #2 |
|
A dll (dynamically linked library) is a small piece of code to be shared by one or more application, it is specific to Microsoft. Linux uses a very similar callstruct called a shared object (.so) it is compiled using a c compiler (typically gcc) and linked using a linker (ld)
But here is a complete tutorial on creating dll's in linux http://www.linuxman.com.cy/rute/node26.html Thanks Shabbir Bhimani |
|
Ambitious contributor
|
|
| 23Aug2004,18:20 | #3 |
|
here is a cool likn for it (real good)
http://www-106.ibm.com/developerwork...l?dwzone=linux |
