TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
220 stars 40 forks source link

XML Causing crashes on different instances #291

Closed VicMisael closed 3 years ago

VicMisael commented 3 years ago

Describe the bug

An issue related to a change on XMLParse(using byte[] instead of char[]) is causing crashes on some aplications

Devices:

Please complete the following information:

To Reproduce

on TCSample,go to XML, and ReadXML, click to read, and it should show the issue

To reproduce using knowcode, just open any application using XML

Screenshots or videos

image Fail on compiling image Exception while using knowcodeXML image

VicMisael commented 3 years ago

This was due to a change on using Byte[] instead of char[], the samples is already fixed, so the issue will be closed