March 20, 2026
2:28 p.m.
Francis De Brabandere (@francisdb) commented about dlls/vbscript/vbscript.c:
obj->global_funcs_size = cnt; }
+ /* For visible named items with Dim declarations, re-fetch the dispatch + from the host even if previously cached, then probe each variable name + via GetIDsOfNames. The variable is always created regardless of whether + the name exists on the host dispatch. + TODO: It is unclear why Windows probes the host dispatch when the result
@jacek any idea what could be going on here that we should be handling? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10393#note_133047