[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: it ran! +bug
Bjarke Hammersholt Roune wrote:
>First, there's a bug in Directory.h: In the constructor of Directory,
>m_pParent should be initialized to 0.
Opps, didn't fix that. Can you do it?
>I got PFile to run! :)
Hypercool ;)
>ppAssert always asserts. I'm not sure exactly why. I hacked it to use the
With what declaration ? If it's the
#define ppAssert(expr)
one, try changing that to
#define ppAssert(expr) (void) (0)
Christian
--
Drive A: not responding...Formatting C: instead