Windows .DLL vs Linux .lib.so

Started by
0 comments, last by kd7tck 11 years, 5 months ago
Hello anyone!
I wish to know: what difference between windows dynamic link libraries and linux shared objects? Does linux objects have entry points like DLLs (BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID data))? How to access public functions of lib.so?

Thanks forward, for any reply!
Advertisement
GOOGLE!

This topic is closed to new replies.

Advertisement