http://bugs.winehq.org/show_bug.cgi?id=14834
Summary: Autocad 2005 VBA bug Product: Wine Version: CVS/GIT Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: max@veneto.com
VBA has problem on autocad objects declarations/usage. For example, if I use : Dim myDoc as Object it does work (but of course you can't inspect object easily) If I use Dim myDoc as AcadDocument it DOESN'T work, it tells something like "not yet supported". Notice that on a windows machine both works ok.
Max