[ROOT] open root file on win2k fails

From: Thomas Nisius (tnisius@web.de)
Date: Fri Sep 13 2002 - 13:17:41 MEST


Hi,

any suggestions why the following piece of code does not work?
it works well, when interpreted, but i have to compile it since it is part of a bigger project.
I use MSVC 6 on an  Intel machine running Windows2000 SP2.

#include "TFile.h"

int main(int argc, char **argv)
{

  TFile f("sim200.root");
  f.ls();
  f.Close();

  return 0;
}

this is the error message i receive:

<CustomReAlloc2>: passed oldsize 64, should be 458761
Fatal in <CustomReAlloc2>: unreasonable size (458761)
aborting
Warning in <TWinNTSystem::StackTrace>: this method must be overridden!

Thomas
______________________________________________________________________________
WEB.DE MyPage - Ohne Computerkenntnisse in nur 5 Minuten online! Alles
inklusive! Kinderleicht!  http://www.das.ist.aber.ne.lustige.sache.ms/



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:09 MET