Raoul Becke (rbecke++at++iiic.ethz.ch)
Thu, 8 Oct 1998 18:10:39 +0200 (MET DST)
pfLight* licht[PF_MAX_LIGHTS];
for(int z=0;z<PF_MAX_LIGHTS;z++) licht[z]=NULL;
licht[0]=new pfLight; licht[1]=0;
licht[0]->on();
but anytime the program invokes licht[0]->on() my program crashes with:
PF Fatal/SysErr: _pfDirtCheck: pfRealloc of 0 bytes returned
NULL.
It doesn't matter where in my program I invoke licht[0]->on() so anybody
got a clue or encountered the same problem? Any help will be appreciated
thanx
Raoul
Raoul Becke
email: rbecke++at++iiic.ethz.ch
email2: rbecke++at++datacomm.ch
PS: does anybody have a running benchgs program?
This archive was generated by hypermail 2.0b2 on Fri Oct 09 1998 - 01:16:11 PDT