>On Mon, Nov 23, 1998 at 03:53:25PM +0000, marc mameaux wrote: > >> I'm about to use the PCB C compiler and just found out that it doesn't >> handle arrays of short and pointers to short. Would anyone here have any >> ideas to over come this problem? >> >> Does the Hi-Tech C compiler handle them? > >Yes, certainly does. Longs (32 bits) too. > >Regards, Clyde > The PCB compiler uses 'short' to reference a bit. It doesn't support arrays of bits or pointers to bits. Unfortunately, neither does Hi-Tech C. regards, -larry-