Under DSP/BIOS I could use SWI_getattrs and SWI_setattrs to set new argument values for an SWI.
In SYS/BIOS 6.x these functions are no longer there.
How do you change the value of the arguments to an SWI?
If I try:
mySwiHandle->arg0 = new value;
I get the error:
error #395: pointer to incomplete class type is not allowed
Thanks,
Peter Steinberg