-------------------------------------------------------------------- -------------------------------------------------------------------- #include "TVectorDfwd.h" #include "TVectorD.h" void check_version_511 () { Int_t i; TVectorD tmp_axis_1(3); for (i=0;i<3;i++) tmp_axis_1[i] = i; tmp_axis_1.Draw(); } -------------------------------------------------------------------- root [0] .x check_version_511.C+ Info in : creating shared library L:\visits\hmi\gebauer\7\m wpcr\Macros\check_version_511_C.dll 22360421_cint.cxx s1hg_.cxx C:\ROOT/include\TMatrixT.h(67) : error C2535: '__thiscall TMatrixT::TM atrixT(const class TMatrixT &)' : member function already de fined or declared C:\ROOT/include\TMatrixT.h(64) : see declaration of 'TMatrixT:: TMatrixT' C:\ROOT/include\TMatrixT.h(201) : see reference to class template instan tiation 'TMatrixT' being compiled C:\ROOT/include\TMatrixT.h(162) : error C2535: 'class TMatrixT &__this call TMatrixT::operator =(const class TMatrixT &)' : member function already defined or declared C:\ROOT/include\TMatrixT.h(158) : see declaration of '=' C:\ROOT/include\TMatrixT.h(201) : see reference to class template instan tiation 'TMatrixT' being compiled C:\ROOT/include\TMatrixTSym.h(64) : error C2535: '__thiscall TMatrixTSym::TMatrixTSym(const class TMatrixTSym &)' : member functio n already defined or declared C:\ROOT/include\TMatrixTSym.h(63) : see declaration of 'TMatrixTSym::TMatrixTSym' C:\ROOT/include\TMatrixTSym.h(176) : see reference to class template ins tantiation 'TMatrixTSym' being compiled C:\ROOT/include\TMatrixTSym.h(142) : error C2535: 'class TMatrixTSym & __thiscall TMatrixTSym::operator =(const class TMatrixTSym & )' : member function already defined or declared C:\ROOT/include\TMatrixTSym.h(140) : see declaration of '=' C:\ROOT/include\TMatrixTSym.h(176) : see reference to class template ins tantiation 'TMatrixTSym' being compiled C:\ROOT/include\TVectorT.h(68) : error C2535: '__thiscall TVectorT::TV ectorT(const class TVectorT &)' : member function already de fined or declared C:\ROOT/include\TVectorT.h(64) : see declaration of 'TVectorT:: TVectorT' C:\ROOT/include\TVectorT.h(182) : see reference to class template instan tiation 'TVectorT' being compiled C:\ROOT/include\TVectorT.h(131) : error C2535: 'class TVectorT &__this call TVectorT::operator =(const class TVectorT &)' : member function already defined or declared C:\ROOT/include\TVectorT.h(125) : see declaration of '=' C:\ROOT/include\TVectorT.h(182) : see reference to class template instan tiation 'TVectorT' being compiled Error in : Compilation failed! Error: Function check_version_511() is not defined in current scope (0) *** Interpreter error recovered *** -------------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- #include "TVectorD.h" void check_version_511 () { Int_t i; TVectorD tmp_axis_1(3); for (i=0;i<3;i++) tmp_axis_1[i] = i; tmp_axis_1.Draw(); } -------------------------------------------------------------------- root [1] .x check_version_511.C+ Info in : creating shared library L:\visits\hmi\gebauer\7\m wpcr\Macros\check_version_511_C.dll 23176406_cint.cxx s1hg_5.cxx C:\ROOT/include\TMatrixT.h(67) : error C2535: '__thiscall TMatrixT::TM atrixT(const class TMatrixT &)' : member function already de fined or declared C:\ROOT/include\TMatrixT.h(64) : see declaration of 'TMatrixT:: TMatrixT' C:\ROOT/include\TMatrixT.h(201) : see reference to class template instan tiation 'TMatrixT' being compiled C:\ROOT/include\TMatrixT.h(162) : error C2535: 'class TMatrixT &__this call TMatrixT::operator =(const class TMatrixT &)' : member function already defined or declared C:\ROOT/include\TMatrixT.h(158) : see declaration of '=' C:\ROOT/include\TMatrixT.h(201) : see reference to class template instan tiation 'TMatrixT' being compiled C:\ROOT/include\TMatrixTSym.h(64) : error C2535: '__thiscall TMatrixTSym::TMatrixTSym(const class TMatrixTSym &)' : member functio n already defined or declared C:\ROOT/include\TMatrixTSym.h(63) : see declaration of 'TMatrixTSym::TMatrixTSym' C:\ROOT/include\TMatrixTSym.h(176) : see reference to class template ins tantiation 'TMatrixTSym' being compiled C:\ROOT/include\TMatrixTSym.h(142) : error C2535: 'class TMatrixTSym & __thiscall TMatrixTSym::operator =(const class TMatrixTSym & )' : member function already defined or declared C:\ROOT/include\TMatrixTSym.h(140) : see declaration of '=' C:\ROOT/include\TMatrixTSym.h(176) : see reference to class template ins tantiation 'TMatrixTSym' being compiled C:\ROOT/include\TVectorT.h(68) : error C2535: '__thiscall TVectorT::TV ectorT(const class TVectorT &)' : member function already de fined or declared C:\ROOT/include\TVectorT.h(64) : see declaration of 'TVectorT:: TVectorT' C:\ROOT/include\TVectorT.h(182) : see reference to class template instan tiation 'TVectorT' being compiled C:\ROOT/include\TVectorT.h(131) : error C2535: 'class TVectorT &__this call TVectorT::operator =(const class TVectorT &)' : member function already defined or declared C:\ROOT/include\TVectorT.h(125) : see declaration of '=' C:\ROOT/include\TVectorT.h(182) : see reference to class template instan tiation 'TVectorT' being compiled Error in : Compilation failed! Error: Function check_version_511() is not defined in current scope (0) *** Interpreter error recovered *** root [2] -------------------------------------------------------------------------- -------------------------------------------------------------------- --------------------------------------------------------------------