Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 154
Middle of the page: Filename of example 5-6

Example 5-6. Main.c
should be
Example 5-6. MainForm.c

Anonymous 
Printed Page 155
top of page

Example 5-6. Main.c (continued)
should be
Example 5-6. MainForm.c (continued)

Anonymous 
Printed Page 163
last paragraph

In the following statement:
"When our application is called, the launch code is 1 (sysAppCmdFind), ..."

sysAppCmdFind
should be
sysAppLaunchCmdFind

Anonymous 
Printed Page 352
upper-middle of Example 10-24 source code

offset += sizeof(customer->customerID);

Should be
offset += (UInt16) StrLen(customer->customerID) + 1; /*1 for the Null terminator*/

Anonymous