[ROOT] RE:CINT and pointers (PR#677)

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Sat May 20 2000 - 14:25:01 MEST


Hello Khamit,

This problem is fixed with other problem. The fix is included in
cint5.14.39 which will be sent to CERN soon.

Thank you
Masaharu Goto


>
>Full_Name: Khamit Ardashev
>Version: 2.24.04
>Hardware: ATHLON-750 PC
>OS: LINUX RH-6.2
>Severity: normal
>Reproducable: always
>Submission from: (NULL) (132.235.40.136)
>
>
>{
>// this macro illustrates trouble in CINT's understanding of NULL pointers
>
>TGeometry *sasygeom = new TGeometry("sasygeom","sasygeom.C");
>
>TBRIK *ALAB = new TBRIK("ALAB","ALAB","mix",10,10,10);
>
>// The following line has been generated by g2root and it does not work in 
CINT 
>but it does work when compiled. 
>//TNode *Node1 = new TNode("ALAB1","ALAB1",ALAB,0,0,0,0);
>
>// next line works fine everywhere
>TNode *Node1 = new TNode("ALAB1","ALAB1",ALAB,0,0,0);
>
>sasygeom->Draw();
>}
>
>



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