2008-12-04 03:59:10 bool type
vijai ragavan (INDIA)
Message: 66276
Hai,
I am working on 2008R1. In this, bool type is not supported.Is there any header file(for supporting bool) to include in the project?
QuoteReplyEditDelete
2008-12-04 04:06:47 Re: bool type
Mike Frysinger (UNITED STATES)
Message: 66277
bool type works just fine and always has. you probably didnt include stdbool.h.
QuoteReplyEditDelete
2008-12-04 04:33:35 Re: bool type
vijai ragavan (INDIA)
Message: 66335
hai,
Please send me the path for that file on 2008R1
QuoteReplyEditDelete
2008-12-04 04:37:06 Re: bool type
Mike Frysinger (UNITED STATES)
Message: 66336
it's part of the toolchain
QuoteReplyEditDelete
2008-12-04 05:01:20 Re: bool type
vijai ragavan (INDIA)
Message: 66339
can I include the header file in my project?
QuoteReplyEditDelete
2008-12-04 07:20:14 Re: bool type
Robin Getz (UNITED STATES)
Message: 66349
vijai:
That is what Mike said to do - use stdbool.h
-Robin