Hi Sven,

Basic support for [u]int8_t has been added to bind 1.2.4. These map to
the [unsigned-]byte FFI types. Note that this means they will not check
for overflowing values but will be truncated instead, per the warning
here: http://api.call-cc.org/5/doc/foreign/types#def:byte. You mentioned
you aren't accessing those struct members so hopefully this won't be a
problem for you.

If the new version doesn't work properly for you please hit the list
again and I'll try to help. Otherwise, enjoy!

On 2019-01-08  9:10, Sven Hartrumpf wrote:
> "Version History" in http://wiki.call-cc.org/eggref/5/bind contains
> "initial release for CHICKEN 4", which should be "CHICKEN 5".

Fixed, thank you!

Evan

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to