[Bug 7949] Quicktest Pro 8.2 fails to start up

Wine Bugs wine-bugs at winehq.org
Wed Apr 25 06:06:15 CDT 2007


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





------- Additional Comments From focht at gmx.net  2007-25-04 06:06 -------
Hello,

next one ...

--- snip ---
wine: Call from 0x7b840750 to unimplemented function atl.dll.AtlComQIPtrAssign,
aborting
--- snip ---

Add/modify the following:

--- snip dlls/atl/atl.spec ---
31 stdcall AtlComQIPtrAssign(ptr ptr ptr)
--- snip dlls/atl/atl.spec ---

and (below AtlComPtrAssign()):

--- snip dlls/atl/atl_main.c ---
IUnknown* WINAPI AtlComQIPtrAssign(IUnknown** pp, IUnknown* p, REFIID riid)
{
    TRACE("(%p, %p, %p)\n", pp, p, riid);

    *pp = NULL;

    if (p)  IUnknown_QueryInterface( p, riid, pp);
    if (*pp) IUnknown_Release(*pp);

    return *pp;
}
--- snip dlls/atl/atl_main.c ---

That should fix this error.

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.
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list