[Bug 35390] Samsung Magician v4.0 fails to install (SWbemLocator.ConnectServer method dispargs are optional)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 12 01:42:05 CDT 2014


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

--- Comment #7 from Nikolay Sivov <bunglehead at gmail.com> ---
So next thing to check is vartype of default value for this parameter in native
typelib. If it's VT_DISPATCH|VT_BYREF, unlikely I think cause only NULL value
makes sense as a default, then widl is to blame, if it's stored at VT_PTR type
we need ITypeInfo code to deal with that. It's also possible that both parts
are broken.

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