mscoree: Implement DllGetClassObject

Vincent Povirk madewokherd at gmail.com
Wed Jan 11 00:13:10 CST 2012


You can't just use a static class factory for all the classes.

There's no need for GetIDispatchForObject when we already have
GetIUnknownForObject (and all you use is QueryInterface).

+    res = RegGetValueA( key, NULL, "Class", RRF_RT_REG_SZ, NULL,
classname, &dwBufLen);
We should probably use a W function here and convert to utf8, rather
than assume that's the default encoding.



More information about the wine-devel mailing list