[PATCH 2/2] d3drm: Partially Implement IDirect3DRM*::LoadTexture(v2).

Henri Verbeet hverbeet at gmail.com
Sat Mar 26 07:14:50 CDT 2016


On 26 March 2016 at 12:48, Aaryaman Vasishta <jem456.vasishta at gmail.com> wrote:
> By CoCreateObject(), did you mean CoCreateInstance()? I couldn't find
> CoCreateObject in the documentation or MSDN.
>
Right, CoCreateInstance().

> CoCreateInstance(&CLSID_CDirect3DRMTexture, NULL, CLSCTX_INPROC_SERVER,
> &IID_IDirect3DRMTexture3, &texture3) returns REGDB_E_CLASSNOTREG. Am I
> missing something?
>
Does it work for IDirect3DRM? It may not be supposed to work, although
it's also possible d3drm.dll is just not properly registered.



More information about the wine-devel mailing list