https://bugs.winehq.org/show_bug.cgi?id=54221
Bug ID: 54221 Summary: vbscript: missing support for GetRef Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: jsm174@gmail.com Distribution: ---
While working on porting Visual Pinball to cross platform, many table scripts use "GetRef".
I tried to implement this by returning the script dispatch interface, but I realize this is wrong as "GetRef" is supposed to return a reference to a function.
Does anyone have any suggestions on what would need to be returned, and I can work on creating a patch.