SW500011 Microchip Technology, SW500011 Datasheet - Page 294

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
(130) unknown type "*" in #[el]if sizeof()
An unknown type was used in a preprocessor sizeof(). The preprocessor can only evaluate
sizeof() with basic types, or pointers to basic types, e.g.:
(131) illegal type combination in #[el]if sizeof()
The preprocessor found an illegal type combination in the argument to sizeof() in a #if expres-
sion, e.g.
(132) no type specified in #[el]if sizeof()
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) unknown type code (0x*) in #[el]if sizeof()
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) syntax error in #[el]if sizeof()
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.:
294
#if sizeof(unt) == 2 /* should be: #if sizeof(int) == 2 */
#endif
/* To sign, or not to sign, that is the error. */
#if sizeof(signed unsigned int) == 2
#endif
#if sizeof() /* oops -- size of what? */
#endif
#if sizeof(int == 2) // oops - should be: #if sizeof(int) == 2
#endif
i = 0xFFFF;
i = 0xFFFF;
i = 0;
i = 0xFFFF;
Error and Warning Messages
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500011