[Bug 9634] unimplemented function compobj.dll.COCREATEGUID

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 20 00:52:14 CDT 2007


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


Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov at gmail.com




--- Comment #6 from Damjan Jovanovic <damjan.jov at gmail.com>  2007-09-20 00:52:14 ---
COCREATEGUID is a stub in compobj.spec, I'm guessing it does the same thing as
the more familiar OLE32 CoCreateGuid. However, CoCreateGuid uses the STDCALL
calling convention, and all non-stubs in compobj.spec use the PASCAL
convention, so it will take some work with an assembler to figure out what
COCREATEGUID uses and implement it correctly in wine.

Maybe I'll get around to it this weekend.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list