Alexandre Julliard pushed to branch master at wine / wine Commits: 2873b4d0 by Francis De Brabandere at 2026-03-19T18:31:08+01:00 vbscript: Support calling named item objects with arguments. When a named item (REF_OBJ) is called with arguments, invoke its default property (DISPID_VALUE) instead of returning E_NOTIMPL. This is needed for patterns like PlayerScores(0).SetValue(1000) where PlayerScores is a named IDispatch object with a default indexed property. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53889 - - - - - 3 changed files: - dlls/vbscript/interp.c - dlls/vbscript/tests/lang.vbs - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2873b4d077096eb9e411b4753df34c2... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2873b4d077096eb9e411b4753df34c2... You're receiving this email because of your account on gitlab.winehq.org.