Re: Link to current IDE for 4.1?
- Posted by jimcbrown (admin) Feb 20, 2020
- 1699 views
ghaberek said...
I don't think this is a blocker for all memstruct/memunion in translated code as a whole, just nested memstruct/memunion. The code to peek/poke simple struct members (basically floats and ints) is already there.
Ahhh I get it now.
ghaberek said...
Another feature we need to focus on is passing and returning structs by value to C routines, to eliminate the need for shims. I just had to add several shim functions to libharu in order to pass some pointers in and out.
-Greg
Agreed. That'd be majorly beneficial.