[Bug 25081] New: Regression : Automation broken in AutoCAD

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 9 07:17:58 CST 2010


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

           Summary: Regression : Automation broken in AutoCAD
           Product: Wine
           Version: 1.3.5
          Platform: x86-64
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: oleaut32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: max at veneto.com


A regression test shows that this patch :

3173305e887775624d46f7cc65283723886930c0 is the first bad commit
commit 3173305e887775624d46f7cc65283723886930c0
Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Fri Jul 16 12:27:27 2010 -0500

    oleaut32: Don't fail if member is missing in ITypeComp::Bind.

Broke something in AutoCad automation.
To reproduce the bug, launch autocad and give following commands in command
line :

line 0,0 1,1
(setq e (entlast))
(vl-load-com)
(vlax-ename->vla-object e)

On broken wine you following error :

error: member not found: "ObjectIdToObject"

On working wine, you get :

#<VLA-OBJECT IAcadLine 097d7dd4>
(hex number can vary, of course)

Ciao

Max

-- 
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