[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PFile compiles again



> PenguinFile compiles again here. PSound gives me at least one error.
> 
Is that version in CVS? (made a checkout ~1 hour ago)

I surely can't compile mine. There's two problems in URLInfo:

1) This line:

CurrentPos += part _size [PartPos];

Should be:

CurrentPos += part_size [PartPos];

2) A const pointer is used to alter what it points to in ToNative().


And you moved the allocator implementation and header files, which make
each one give me an error, as their header files are no longer in the
same directory as they are.

#include "DynMemAlloc.h"

Should be

#include <PenguinPlay/DynMemAlloc.h>