Despite the fact my nick is LordHoto and not Lordhoto ;-): It seems this suggests to use "objc_msgSend_fpret". However, that doesn't seem to be declared for iOS... There is "objc_msgSend_stret" in there, which we can be used for anything apart i386/amd64 and thus should be fine for us, but it uses a different declaration than here. The one available actually returns an "id", i.e. "objc_object*" again. So, I'll need to look a bit more at this to find anyway to fix it...digitall wrote:Lordhoto: I tried compiling this with the older toolchain and this failed with the following error:
scummvm/backends/platform/iphone/iphone_video.mm:167: error: cannot convert ‘objc_object*’ to ‘float’ in assignment
Can you see if you can fix this so we can keep the builds working with the older toolchain for now please?
But since it seems it doesn't work anyway, let's just try to fix it first ;-).