Florian Fetz

Results 55 comments of Florian Fetz

Hi Sargun, you have a minor issue in the definition of your SEQUENCE OF. The size of an array is indicated after SEQUENCE, not after the array item type. So...

Unfortunately, it is not possible to declare recursive structures in C when not using pointers (which is the case in the C code generator since it avoids dynamic memory usage)....

Yep, didn't catch this in my new unit test, since the enum used there was defined inside the sequence and did not need to be resolved. I will fix it...

When you want to compile several ASN.1 files that import from other files, you need to compile them all at once passing the filenames as a list, like this: specs...

I didn't have time to work on the app in the past months, but I plan to do an update soon. I will look into the issue and see what...

When this is implemented, the size of cached images should be taken from the windows size (this replaces the previously dropped implementation of getting the size from the screen size).

Currently limited by slint, but there are issues around to support this in the future: https://github.com/slint-ui/slint/issues/1280 https://github.com/slint-ui/slint/issues/2260 I will monitor the status of these issues and implement it as soon...

The issue is the extensible size of the sequence: `SIZE(1..8, ...)`, indicated by the `...`. This is not supported in the C code generator, only extensible sequences are supported. The...

Hi sailing0505, Thanks for the pull request. The changes look okay at first glance, I will perform a review once you add some tests for the new functionality to the...

Hey Jean-Yves, thanks for your contribution and your willingness to improve the app. I have so far refrained from working on the inventory because the amount is (and it seems...