[Bug 30521] Issue between JS and WMI

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 13 16:36:51 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=30521

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |focht at gmx.net
         Resolution|---                         |DUPLICATE

--- Comment #9 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

the current WMI issue in example Javascript is covered by bug 35364
Resolving as dupe.

Javascript:

--- snip ---
WScript.Echo("hello");
/*
 Translated from VB example at
 http://msdn.microsoft.com/en-us/library/windows/desktop/aa394373(v=vs.85).aspx
 */
var obj = GetObject("winmgmts:root\\CIMV2:Win32_Processor='cpu0'");
WScript.Echo("architecture is " + obj.Architecture);
WScript.Echo("goodbye");
--- snip ---

Output:

--- snip ---
...
fixme:wbemdisp:WinMGMTS_ParseDisplayName (0x13f5a8
L"winmgmts:root\\CIMV2:Win32_Processor='cpu0'" 0x33ef70 0x33ef74)
--- snip ---

Regards

*** This bug has been marked as a duplicate of bug 35364 ***

-- 
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.



More information about the wine-bugs mailing list