sybesis
01-07-2007, 11:29 PM
Hi there everyone, I'm new here but well i've been reading a lot of articles.
I'm starting to develop things unix based os but i have difficulties to find some informations on shared objects. This is like dlls of windows.
I found a website but windows frozed so i lost it. I didn't had time to save the page and i can't find it anymore.
all i know is that there may be something like loadlibrary. As i can say, it looks like a shared object in linux is programmed like normal apps but there are functions that are exported.
I didn't find any other information on how to load at runtime these functions. So i could just create function pointers that will redirect on the functions of the shared object. But i can't find any linux code using getprocadress like in windows.
If someone have any information i would just be really happy. By the way, shared objects seems to be really slow compared to static linked object.
Cya
ps: devmaster is really cool :worthy:
I'm starting to develop things unix based os but i have difficulties to find some informations on shared objects. This is like dlls of windows.
I found a website but windows frozed so i lost it. I didn't had time to save the page and i can't find it anymore.
all i know is that there may be something like loadlibrary. As i can say, it looks like a shared object in linux is programmed like normal apps but there are functions that are exported.
I didn't find any other information on how to load at runtime these functions. So i could just create function pointers that will redirect on the functions of the shared object. But i can't find any linux code using getprocadress like in windows.
If someone have any information i would just be really happy. By the way, shared objects seems to be really slow compared to static linked object.
Cya
ps: devmaster is really cool :worthy: