Hi and Happy New Year too!

  I guess you are implementing everything in Lisp right? There is no part
that is in C.

  In that case to depend on the struct organization to find the field is
really bad, I understand.

  I think we can implement just the functions you need, since you need only
3 fields.

Best,
Scuri


Em qua., 1 de jan. de 2020 às 18:33, Matthew Kennedy <burnsid...@gmail.com>
escreveu:

> Hi and Happy New Year,
>
> I have an automatic binding generator for Common Lisp that makes use of
> some fields from IClass. I noticed in 3.28, there were a few changes to the
> structure of IClass in memory and so the my 3.27 description of the struct
> I used was no longer compatible, and that lead to weirdness.
>
> I suggest adding accessor functions for each field to leading to hide
> changes to the underlying IClass structure across releases. If that sounds
> good, I can put together a patch.
>
> The fields I actually needed are format, childtype and attrib_func, btw
>
> Matt
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to