{ // run this in gdk version 3.05/7 on win32 LAST TFile *f = new TFile("test.root"); TH1F *ph1 = (TH1F *)f->Get("ph1"); ph1->Draw(); }