Erik van Bilsen

Results 8 comments of Erik van Bilsen

Yes, Embarcadero changed to application model on Android (again). I don't have time to look into this soon. Since this is "just" a learning repository, you can stick with the...

Could you elaborate on the error. Is it an exception? Where in the source code is the error raised? I tried to reproduce it with you code snippet but I...

Sorry, I created this project with Range Checking turned off. I found a couple of ERangeError's when I turned range checking on. I think I got them all, but let...

Maybe take some inspiration from [TinyVG](https://tinyvg.tech/), in particular how they save colors and coordinate values.

I created a simple .h file with just the struct you mentioned above. When I translate this using version 1.4.1 of Chet, I get the following output (as expected): ```pascal...

I have actually worked on this myself a couple of years ago. You actually don't need to convert the C++ headers (and Chet only supports C anyway). Instead, you only...

I know. Unfortunately, I don't have a Linux environment so I cannot compile the library or test it. Pull requests are welcome though😉

@nicbarker Thanks for the quick response! That would be a perfect solution.