[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Directory
Bjarke Hammersholt Roune wrote:
>> Only the Directory class is storing things, right?
>>
>well, yes, in what I've implemented. I just wanted to make sure that no
In my code too.
>> I thought about that too, but steering clear of compiler specific
>> things is much better.
>>
>Well, yes... and no. We ARE doing compiler specific things, like longlong
>and __int64.
Hmmmm, good point. We have some defines for that, but we're not using them.
Only in the Pak*WriteLEInt64 () functions, which is a bad thing. They
should do that onln on system with native 64bit types. long long and
__int64 are just ugly workarounds anyway.
I'll change that after the namespacification.
Christian
--
Drive A: not responding...Formatting C: instead