Re: [Chicken-users] bind egg: uint8_t

2019-01-16 Thread Sven Hartrumpf
Hi Evan.

Evan, 2019-01-16 08:54:
> 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!

Thanks a lot!
This version works for my project.

Ciao
Sven

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


Re: [Chicken-users] bind egg: uint8_t

2019-01-15 Thread Evan Hanson
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