Concerned about the include path setting,
I implemented Rene's suggestion for cint5.13.33. There are 3
ways to set include pathes for ROOT.
1) writing '#pragma includepath "xxx"' statement in source code
2) using '.includepath xxxx' command from the prompt
3) calling 'G__add_ipath(char* pathname)' API
1) and 2) actually calls 3).
One more thin, last week , Fons requested to accept 'new X' expression
without assignment. I forgot to do this for 5.13.32. But did it for
5.13.33.
Now, I have 2 open requests. Fundamental type object initalization by
'int k(5);' form, and improvement to pointer to function handling. I
need a bit more time.
P.S.
About reaching me to this e-mail address, try
MXJ02154@niftyserve.or.jp
Masaharu Goto