Errata for Palm OS Programming
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 "Date 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 Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page xvii
middle heading |
This is really nitpicking, but you DID say "Whom This Book Is for:"
"Who We Need to Thank" should be "Whom We Need to Thank"
Note from the Author or Editor: Change "Who We Need to Thank" to
"Whom We Need to Thank"
|
Anonymous |
|
Mar 29, 2013 |
| 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 |
|
Mar 29, 2013 |
| Printed |
Page 155
top of page |
Example 5-6. Main.c (continued)
should be
Example 5-6. MainForm.c (continued)
|
Anonymous |
|
Mar 29, 2013 |
| 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 |
|
Mar 29, 2013 |
| 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 |
|
Mar 29, 2013 |