On Tue, May 21, 2013 at 02:52:55PM -0600, Charles Davis wrote:
You can't return the straight HRESULT from ForceFeedback here. That's because the codes in the FACILITY_NULL range on Mac get their values from the 16-bit COM runtime (cf. <CoreFoundation/CFPlugInCOM.h>). You must turn them into their corresponding Win32 codes.
Interesting, thanks. I'll go back and fix this.
Andrew