LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to create .dll in linux like in windows to support client access? samples needed (https://www.linuxquestions.org/questions/linux-software-2/how-to-create-dll-in-linux-like-in-windows-to-support-client-access-samples-needed-255681/)

heather27j 11-16-2004 03:43 PM

How to create .dll in linux like in windows to support client access? samples needed
 
!!!I am urgent to create c++ code with .dll interface in linux to support user/client access to my server function.
I know how to do it in windows, there will be a .lib and .dll file along with the api interface to be included in the client project in order for it to access the server. It is also used in IPC(inter process communications).
Could anyone show me a simple example on how to do it in linux under gcc/g++ compilers? I am new in Linux, detailed instructions is very much appreciated. Thanks!!!

pr1268 11-16-2004 04:06 PM

Check out http://www-106.ibm.com/developerworks/library/l-shobj/

The functional equivalent to a Windows DLL is a Shared Object file, usually yadayada.so (or *.so.1 or something similar).

Good luck


All times are GMT -5. The time now is 06:07 PM.