[Bug 6168] Statistica 6 Demo fails because of unimplemented ole32.OleCreateEmbeddingHelper

Wine Bugs wine-bugs at winehq.org
Mon May 14 14:24:20 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=6168





------- Additional Comments From focht at gmx.net  2007-14-05 14:24 -------
Hello,

grrr .. a small typo

--- snip ---
   *ppvObj = NULL;
   
    if (!ppvObj)
       return E_INVALIDARG; 
--- snip ---

should be:

--- snip ---
    if (!ppvObj)
       return E_INVALIDARG; 

   *ppvObj = NULL;
--- snip ---

Regards


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list