SW500007 Microchip Technology, SW500007 Datasheet - Page 316

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
(131) #if ... sizeof: illegal type combination
The preprocessor found an illegal type combination in the argument to sizeof() in a #if expres-
sion, e.g.
(132) #if sizeof() error, no type specified
Sizeof() was used in a preprocessor #if expression, but no type was specified. The argument to
sizeof() in a preprocessor expression must be a valid simple type, or pointer to a simple type, e.g.:
(133) #if ... sizeof: bug, unknown type code 0x*
The preprocessor has made an internal error in evaluating a sizeof() expression. Check for a
malformed type specifier. This is an internal error. Contact HI-TECH Software technical support
with details.
(134) #if ... sizeof() syntax error
The preprocessor found a syntax error in the argument to sizeof, in a #if expression. Probable
causes are mismatched parentheses and similar things, e.g.:
(135) #if bug, operand = *
The preprocessor has tried to evaluate an expression with an operator it does not understand. This is
an internal error. Contact HI-TECH Software technical support with details.
302
#if sizeof(short long int) == 2 /* short or long? make up your mind */
#endif
#if sizeof() /* woops -- size of what? */
#endif
#if sizeof(int == 2) /* woops -- should be: #if sizeof(int) == 2 */
#endif
i = 0xFFFF;
i = 0;
i = 0xFFFF;
Error and Warning Messages
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500007