12 Aug
2022
12 Aug
'22
12:19 p.m.
https://bugs.winehq.org/show_bug.cgi?id=53542 --- Comment #7 from Robert Wilhelm <sloper42(a)yahoo.com> --- I tested with vbscript: Set objShell = CreateObject("WScript.Shell") Set objExec = objShell.Exec ("notepad.exe") msgbox TypeName(objExec.ProcessID) With wine, I get 0164:fixme:vbscript:Global_TypeName arg 0075F700 {VT_UI4: 360} not supported With native (winetricks install wsh57) I get "Long" typename for ProcessID. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.