SW500011 Microchip Technology, SW500011 Datasheet - Page 293

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
Error and Warning Messages
(125) illegal character (* decimal) in #if
There is a non-printable character in a #if expression that has no business being there. Valid char-
acters are the letters, digits and those comprising the acceptable operators, e.g.:
(126) strings can’t be used in #if
The preprocessor does not allow the use of strings in
(127) bad syntax for defined() in #[el]if
The defined() pseudo-function in a preprocessor expression requires its argument to be a single
name. The name must start with a letter and should be enclosed in parentheses, e.g.:
(128) illegal operator in #if
A #if expression has an illegal operator. Check for correct syntax, e.g.:
(129) unexpected "\" in #if
The backslash is incorrect in the #if statement, e.g.:
#if ^SYYY /* what is this control characters doing here? */
#endif
/* no string operations allowed by the preprocessor */
#if MESSAGE > “hello”
#define DEBUG
#endif
/* oops -- defined expects a name, not an expression */
#if defined(a&b)
#endif
#if FOO = 6 /* oops -- should that be: #if FOO == 5 ? */
#if FOO == \34
#endif
int m;
input = read();
#define BIG
#if
expressions, e.g.:
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
293

Related parts for SW500011