http://bugs.winehq.org/show_bug.cgi?id=19371
Summary: BCArchive: encoutners unknown toolbar style Product: Wine Version: 1.1.26 Platform: PC URL: http://www.jetico.com/encryption-bcarchive/ OS/Version: Linux Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: bunglehead@gmail.com
fixme:toolbar:TOOLBAR_SetExtendedStyle Unknown Toolbar Extended Style 0x00000020. Please report.
Native comctl32 'fixes' it. There's not major visual flaw afaict, but the fixme does say to report it ;-).
http://bugs.winehq.org/show_bug.cgi?id=19371
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-07-19 00:40:40 --- Looks like another undocumented style. We need to figure out what it does and add a comment at least before add it to known flags filter.
P.S. Why am I in CC List?
http://bugs.winehq.org/show_bug.cgi?id=19371
--- Comment #2 from Austin English austinenglish@gmail.com 2009-07-19 00:43:18 --- (In reply to comment #1)
Looks like another undocumented style. We need to figure out what it does and add a comment at least before add it to known flags filter.
P.S. Why am I in CC List?
I cc'ed you. A while back you asked me to keep you informed of any comctl32 issues I found...if you've changed your mind/aren't interested, my apologies. Feel free to un-cc.
http://bugs.winehq.org/show_bug.cgi?id=19371
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-07-19 00:49:59 --- (In reply to comment #2)
I cc'ed you. A while back you asked me to keep you informed of any comctl32 issues I found...if you've changed your mind/aren't interested, my apologies.
Ah, forgot about it. Just was surprised cause I didn't patch toolbar for a while.
Feel free to un-cc.
No need for that.
Source is closed I suppose? Does this app use any control toolbox (from mfc, or maybe vcl etc)?
http://bugs.winehq.org/show_bug.cgi?id=19371
--- Comment #4 from Austin English austinenglish@gmail.com 2009-07-19 16:38:48 --- (In reply to comment #3)
Source is closed I suppose? Does this app use any control toolbox (from mfc, or maybe vcl etc)?
Yeah, closed source.
Not sure what a control toolbox is...I'll attach a screenshot (or you could download it, it's less than a MB).
http://bugs.winehq.org/show_bug.cgi?id=19371
--- Comment #5 from Austin English austinenglish@gmail.com 2009-07-19 19:11:01 --- Created an attachment (id=22461) --> (http://bugs.winehq.org/attachment.cgi?id=22461) screenshot
http://bugs.winehq.org/show_bug.cgi?id=19371
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2009-07-20 05:11:14 --- This must be one of undocumented TB ex_styles like TBSTYLE_EX_VERTICAL The Old New Thing talks about: http://blogs.msdn.com/oldnewthing/archive/2007/03/28/1969030.aspx
Austin, are you using any native dlls by chance?
http://bugs.winehq.org/show_bug.cgi?id=19371
--- Comment #7 from Austin English austinenglish@gmail.com 2009-07-20 10:50:09 --- (In reply to comment #6)
This must be one of undocumented TB ex_styles like TBSTYLE_EX_VERTICAL The Old New Thing talks about: http://blogs.msdn.com/oldnewthing/archive/2007/03/28/1969030.aspx
Austin, are you using any native dlls by chance?
For the fixme, no. It was a clean WINEPREFIX. The screenshot, I may have. I tried both back to back to see if my eye caught a difference.
http://bugs.winehq.org/show_bug.cgi?id=19371
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2011-10-07 17:38:19 CDT --- The fixme is still present in 1.3.29. The solution from "The Old New Thing" is to set CCS_VERT when TBSTYLE_EX_VERTICAL is set. At least we would have CCS_VERT features (if theres any)... =)
https://bugs.winehq.org/show_bug.cgi?id=19371
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BCArchive: encoutners |BCArchive: encounters |unknown toolbar style |unknown toolbar style
--- Comment #9 from Austin English austinenglish@gmail.com --- austin@aw25 ~/.wine/drive_c/Program Files/Jetico/BCArchive $ wine BCArchive.exe err:toolbar:TOOLBAR_NotifyFormat wrong response to WM_NOTIFYFORMAT (0), assuming ANSI fixme:toolbar:TOOLBAR_SetExtendedStyle Unknown Toolbar Extended Style 0x00000020. Please report. fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
austin@aw25 ~/.wine/drive_c/Program Files/Jetico/BCArchive $ wine --version wine-1.7.15-67-g99c151a
austin@aw25 ~ $ du -h bcarchive.exe 4.0M bcarchive.exe austin@aw25 ~ $ sha1sum bcarchive.exe 711bd70cbb4f2a72a2a75f3fe7734f0bb36311f7 bcarchive.exe
https://bugs.winehq.org/show_bug.cgi?id=19371
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BCArchive: encounters |BCArchive: encounters |unknown toolbar style |unknown toolbar TBSTYLE_EX_ | |style, value 0x20