RE:Wanted: pointer to loaded function by

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Sat Aug 08 1998 - 13:36:00 MEST


Rooters,

I implemented 'void* G__findsym(char* fname)' in cint5.13.68. 
I want to describe how this function works.

 This function searches for dynamically loaded function and returns it's
pointer. The library must explicitly loaded by .L command, G__loadfile() API
or equivalent ROOT API. You can not search into implicitly loaded library.

Masaharu Goto

-----------------------------------------------------------
Hello Masa, Valery

On Wed, 5 Aug 1998, Masaharu Goto wrote:
> I think it is possible to fill your need. I would rather propose following.
>   void* G__findsym(char *funcname);
>     User only specifies function name. G__findsym automatically searches for
>    the matching function from all loaded shared libraries.
> I can implement G__findsym function. How does this sound?

greate ! this is exactly what I need.

thanks
Pavel



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:36 MET