|
|
|
|
- Reason
- Correction
- Example
- Using a short integer
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
You are using a short integer. This type of data does not exist anymore in WINDEV. Replace the Short Integer type by the Unsigned 1-byte integer type. Using a short integer Code triggering the error Possible correction Use the "unsigned 1-byte integer" type.
MyData is unsigned 1-byte int
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|