RE:Wanted: pointer to loaded function by

Masaharu Goto (MXJ02154@nifty.ne.jp)
Sat, 08 Aug 1998 20:36:00 +0900


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