Re: BeOS changes/Library

Marc van Woerkom (van.woerkom nospam at netcologne.de)
Mon, 28 Jun 1999 10:41:35 +0200 (CEST)

> Code which depends on the size of an integer,
> however, should use the system-defined types like so:
>
> uint8 int8
> uint16 int16
> uint32 int32
> uint64 int64

Good style, because it expresses exactly what one wants.

I put those type definition in the platform specific headers
and change the code to use.

Until now we did not think about this issue, albeit we could have
run into it with 64-bit IRIX.

> cdi_lib doesn't exist in the cdi_client repository, and if I attempt to
> check it out, I get this:

It exists for sure.

But there is something wrong regarding the public CVS account.

I had a look at it a minute ago (got the same failure like you).
Sorry for the inconvinience we will try to fix this ASAP.

Now I must leave.. more later!

Regards,
Marc