You can try CHET: https://github.com/neslib/Chet (https://github.com/neslib/Chet)Promising!, Testing...Tnx.
You can try CHET: https://github.com/neslib/Chet (https://github.com/neslib/Chet)I get multiple outputs that it can't recognize uint32_t type and convertion was aborted. I could not find any option for this. But this tool looks very interesting and I'll be keep it in my mind in future. Thanks a lot!
I use it with several project in C and it gives good results.
It was write about Delphi, but I think that works also for Lazarus.
I get multiple outputs that it can't recognize uint32_t type and convertion was aborted. I could not find any option for this. But this tool looks very interesting and I'll be keep it in my mind in future. Thanks a lot!
uint32_t should be in the unit ctypes but isn't.replace with cuintXX and cintXX. There are still missing such as size_t and offset_t though size_t can be found in unix, baseunix or unixtypes while offset_t seems mia.
Almost all *_t types seem misssing.
size_t and offset_t though size_t can be found in unix, baseunix or unixtypes while offset_t seems mia.So is there any relation to unix ?(answer: not at all)
size_t and offset_t though size_t can be found in unix, baseunix or unixtypes while offset_t seems mia.So is there any relation to unix ?(answer: not at all)
uint32_t should be in the unit ctypes but isn't.replace with cuintXX and cintXX. There are still missing such as size_t and offset_t though size_t can be found in unix, baseunix or unixtypes while offset_t seems mia.
Almost all *_t types seem misssing.
So, you don't like csize_t? 🤔That is a big oops at my side :-[