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!!!
|