Hi, i found out that this line in my header file: vector<myclass **> myfunc(); is not accepted by rootcint, which issues this error message: Generating dictionary RootDBDict.cxx... Limitation: reference or pointer type not handled properly FILE:prec_stl/vector LINE:49 Limitation: reference or pointer type not handled properly FILE:prec_stl/vector LINE:50 Syntax error FILE:prec_stl/vector LINE:220 Warning: Error occured during reading source files Note: Link requested for undefined class RootDB (ignore this message) FILE: LINE:0 Warning: Error occured during dictionary source generation !!!Removing RootDBDict.cxx RootDBDict.h !!! Error: rootcint: error loading headers... make: *** [RootDBDict.cxx] Error 1 Is this normal? There is a way to have a function returning a standard vector of pointers to pointers to myclass? I need it because the first pointer is used to exploit polymorphism, and the second pointer is to access to a myclass container. Thank you Guido
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:16 MET