2019-04-20, 03:27 AM
(This post was last modified: 2019-04-20, 05:08 PM by MattHudson.
Edit Reason: Title changed
)
Hi guys, i'm trying to convert this code:
To YSI 5.x Inline, but i really don't know what to do or how to start...
I read y_inline_impl2.inc documentation and note "How to convert from old y_inline to new y_inline:", but i didn't understand it.
Thanks for reading!
Code:
new
cb_data[E_CALLBACK_DATA]
;
cb_data[E_CALLBACK_DATA_ALLOC] = ResolvedAlloc: address;
cb_data[E_CALLBACK_DATA_POINTER] = Function: pointer;
cb_data[E_CALLBACK_DATA_OFFSET] = offset;
cb_data[E_CALLBACK_DATA_FORMAT][0] = data1;
cb_data[E_CALLBACK_DATA_FORMAT][1] = data2;
To YSI 5.x Inline, but i really don't know what to do or how to start...
I read y_inline_impl2.inc documentation and note "How to convert from old y_inline to new y_inline:", but i didn't understand it.
Thanks for reading!