[Bug 29908] New: Win7 File Open dialog fails to fill in the OPENFILENAME structure

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 15 18:49:53 CST 2012


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 at winehq.org
        ReportedBy: leslie_alistair at 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.

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