http://bugs.winehq.org/show_bug.cgi?id=8072
--- Comment #12 from ricardo filipe ricardo_barbano@hotmail.com 2008-12-07 14:45:38 --- Created an attachment (id=17727) --> (http://bugs.winehq.org/attachment.cgi?id=17727) comdlg32: make includeObject notify window with CDN_INCLUDEITEM
so... i decided to investigate why didn't mpc show the files when browsing... i've been debugging this for some days but found the problem, although it's not quite solved, so if anyone has any idea please share.
the good thing was that mpc source code is available so i could see how it was implemented. i found out that includeObject is supposed to notify the browsing window with CDN_INCLUDEITEM that wasn't yet declared in wine. the problem is that i get:
err:pidl:_ILSimpleGetTextW -- no text err:pidl:_ILSimpleGetTextW -- no text trace:commdlg:SendCustomDlgNotificationMessage RET NOTIFY trace:commdlg:SendCustomDlgNotificationMessage Retval: 0x00000000
and the notify isn't successful :\ any ideas?