[Bug 25762] Excel crashes trying to run macros

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 3 11:11:39 CDT 2013


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

Piotr Caban <piotr.caban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr.caban at gmail.com

--- Comment #15 from Piotr Caban <piotr.caban at gmail.com> 2013-09-03 11:11:39 CDT ---
This bug is caused by incorrect FUNCDESC structure returned for IRange::Select
function (defined in typelib inside EXCEL.EXE).

In this case both calling convention and number of parameters is incorrect. In
order to make EXCEL working only calling convention needs to be changed to
FUNC_DISPATCH.

I'll try to find why it's incorrect.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list