Re: [Jsonrpc-cpp-devel] json rpc in shared library
Brought to you by:
s-vincent
From: Elestedt, F. <fr...@el...> - 2013-03-13 20:52:20
|
You need to use dlsym() Man page: http://linux.die.net/man/3/dlsym As you can see - you need to know the symbol name (function name) On Wed, Mar 13, 2013 at 7:01 PM, Anoop Ravi <ano...@gm...> wrote: > Hi, > > I humbly request your help. It may be simple for you.but i am > struggling with that. Please help me to tackle this situation. > > I am loading a shared library dynamically using dlopen. Now i > want to invoke a function in that library using json rpc. How can i do > that? Can you please help me to solve this problem? > > Hope to hear from you as soon as possible > > -- > Anoop. > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Jsonrpc-cpp-devel mailing list > Jso...@li... > https://lists.sourceforge.net/lists/listinfo/jsonrpc-cpp-devel |