neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
204 stars 43 forks source link

Some fixes to previous PR 7 #8

Closed MichalSznajder closed 3 years ago

MichalSznajder commented 3 years ago

There was small mistake when loading project files.

Second commit is more complicated. My unsigned char conversion was not working OK. I did not notice it at first glance as my C header uses is a mixture of char/unsigned char/signed char in function signatures.