http://bugs.winehq.org/show_bug.cgi?id=29908
Bug #: 29908 Summary: Win7 File Open dialog fails to fill in the OPENFILENAME structure Product: Wine Version: 1.4-rc3 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com Classification: Unclassified
When the Standard windows IFileDialog is used, it fails to fill in the OPENFILENAME structured when saved is clicked.
// Basic example using MFC CFileDialog d(...); d.m_ofn.lpstrFile = "*.eap"; d.Modal();
d.m_ofn.lpstrFile <-- Still points to the default value above.
Formula: winetricks msxml4 Install Enterprise Architect Change to "Windows 7" via winecfg.
Run Enterprise Architect Select "Create a New Project" on the Start Page. Enter a file Click OK.