http://bugs.winehq.org/show_bug.cgi?id=23000
Summary: Delphi Apps can't open/save files in vista+ mode Product: Wine Version: 1.1.40 Platform: x86-64 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: nerv@dawncrow.de
When clicking open/save/save as in Borland Delphi Apps i get the message:
err:ole:COMPOBJ_DllList_Add couldn't find function DllGetClassObject in L"C:\windows\system32\comdlg32.dll" err:ole:CoGetClassObject no class object {dc1c5a9c-e88a-4dde-a5a1-60f82a20aef7} could be created for context 0x1
Just tried again in 1.2-rc2 and same result. Back in 1.1.40 i guess i found that the class is the filedlg class (of course), which is not implemented in wine. So we just would have to implement the class stuff.