[Bug 44229] New: Visual C++ 1.51 can't add files to project ( GetOpenFileName16() doesn't support custom templates or hooks)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 26 15:42:17 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=44229

            Bug ID: 44229
           Summary: Visual C++ 1.51 can't add files to project
                    (GetOpenFileName16() doesn't support custom templates
                    or hooks)
           Product: Wine
           Version: 3.0-rc3
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: comdlg32
          Assignee: wine-bugs at winehq.org
          Reporter: z.figura12 at gmail.com
   Regression SHA1: 424472c20d8059057277ae13a0ffe5c51a818e52
      Distribution: ---

The Project -> Edit menu is missing the "Files in Project" box as well as the
Add / Add All / Delete buttons. This is because we don't support custom
templates or hooks anymore:

0031:fixme:commdlg:GetOpenFileName16 custom templates no longer supported,
using default
0031:fixme:commdlg:GetOpenFileName16 custom hook 0x16670010 no longer supported

While hooks would probably be simple enough to implement, templates will be
much more difficult and will probably require significant duplication of code
from user.exe16:dialog.c. Is there a reason to implement commdlg on top of
comdlg32 besides avoiding duplication?

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