Hi
I am trying to migrate my project to EW 11.0 version.
The previous environment is as follows:
- Embedded Wizard 9.10
- Generic RGBA8888 Platform Package
The migration environment is as follows:
- Embedded Wizard 11.0
- Linux Software Platform Package
My ew application load jpeg dynamically.
The extern image loaded fine before migration.
However, when I loaded the jpeg image after migration, I got the error as below.
EMWI ERROR: code: 41
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 41
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 41
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 41
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 41
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 41
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 41
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 111, info1: 1282, info2: 802
For details please visit https://doc.embedded-wizard.de/errors
EMWI ERROR: code: 320
For details please visit https://doc.embedded-wizard.de/errors
To load the jpeg file, the code in the link below was used without change.
https://doc.embedded-wizard.de/extern-bitmap-loader?v=11.00 > Using PNG, JPG, BMP, GIF, etc. image decoders
The problem is info1 and info2 in error code 111.
When I called the EwCreateBitmap function, I passed 1280x800 as the frame size.
However, each size is +2.
Eventually EwCreateBitmap returns NULL.
The screen size is 1280x800.
I want to display the image in full screen.
What's the problem?
Best regards,