BOOL is 4 bytes long and bool is 1 byte long. plus there are other differences between the two regarding alignment and padding. have a look at how they are stored in memory.
BOOL is 4 bytes long and bool is 1 byte long. plus there are other differences between the two regarding alignment and padding. have a look at how they are stored in memory.