RE:Re: RE:[ROOT] Shared library loading und

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Thu Mar 30 2000 - 14:27:00 MEST


Hello Valery,

I think it can be like that.
I will improve G__findsym() so that '_' is added according to the
platform dependency information in cint installation setup.

Thank you
Masaharu Goto

>Could  the medthod:
>
>//___________________________________________________________________________
_
__
>Func_t TSystem::DynFindSymbol(const char *, const char *)
>{
>   AbstractMethod("DynFindSymbol");
>   return 0;
>}
>
>be:
>
>//___________________________________________________________________________
_
__
>Func_t TSystem::DynFindSymbol(const char *, const char *symname)
>{
>   return G__findsym(const char* symname);
>}
>
>Valery
>



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:22 MET