search for: wm_creat

Displaying 9 results from an estimated 9 matches for "wm_creat".

Did you mean: wm_create
2001 Dec 05
1
Wine segfaulting
...00000000,lp=404d4554) retval=00000001 0806ea10:Call window proc 0x406c1dbc (hwnd=00010029,msg=WM_NCCALCSIZE,wp=00000000,lp=404d41d8) 0806ea10:Ret window proc 0x406c1dbc (hwnd=00010029,msg=WM_NCCALCSIZE,wp=00000000,lp=404d41d8) retval=00000300 0806ea10:Call window proc 0x406c1dbc (hwnd=00010029,msg=WM_CREATE,wp=00000000,lp=404d4554) 0806ea10:Call x11drv.LoadOEMResource(00007ff7,00000001) ret=406eddb2 Segmentation fault When I added +file,+dosfs, there was no difference in this part, so I think there are no file operations involved. Please note that although there were many window operations before t...
2001 Feb 17
1
.wine/config file what have I missed?...
I lost some partitions on my HD so I've had to make up my ~/.wine/config file again, but I can't seem to get it to work, I keep on getting ".... is not a valid registry file" TIA Ani ---- Begin /home/Ani/.wine/config ---- WINE REGISTRY version 2 [Drive C] "Path" = "/c" "Type = "hd" "Label" = "Windows"
2008 Jul 25
0
Wine release 1.1.2
...edundant NULL check before HeapFree (Smatch). Miko?aj Zalewski (16): comctl32: statusbar: Window is always Unicode, CCM_SETUNICODEFORMAT should change the notify format. comctl32: statusbar: Rename NtfUnicode to bUnicode to make is more consistent with other controls, use NF_REQUERY in WM_CREATE. comctl32: statusbar: WM_CREATE should not resize the window - it should happen in WM_SIZE. comctl32: statusbar: Don't issue a WM_PAINT during a WM_CREATE. comctl32: statusbar: WM_SETFONT should change the bar height. comctl32: Fix the file version string declaration....
2013 Oct 11
0
Wine release 1.7.4
...ward qsort to ntdll. msvcrt: Don't forward wcsncmp to ntdll. msvcrt: Don't try to demangle template after function or variable name. msvcrt: Add support for vcall thunks demangling. msvcrt: Add support for vtordispex demangling. riched20: Set control content in WM_CREATE message. riched20: Fix loop condition while processing control content in WM_CREATE. Qian Hong (8): atl80: Add a WinSxS manifest resource. user32/tests: Added tests for OpenInputDesktop and SwitchDesktop. user32/tests: Fixed typo in comments. user32/tests: Clean side...
2015 Jun 12
0
Wine release 1.7.45
...potential null pointer dereference in GetInlineObject() (Coverity). wined3d: Remove unnecessary test for 0 (Coverity). urlmon: Remove unreachable code (Coverity). riched20/tests: Don't use global vars for host/textservices. riched20: Reduce code duplication in WM_SETTEXT/WM_CREATE handler. riched20: Avoid extra host calls during CreateTextServices(). riched20: Return 0x0 size for NULL objects. comctl32/toolbar: Remove always true condition (Coverity). d3d8: Fix token type checks in convert_to_wined3d_declaration (Coverity). winex11: Remove unre...
2015 Oct 30
0
Wine release 1.7.54
..._PAINT message for the button. ole32: Initialize number of bytes read before the comparison. ole32: Print a FIXME when the "CONTENTS" stream refers to unsupported format. widl: Add support for unions to the typelib generator. user32/tests: Move MDI tests out of the WM_CREATE handler. user32/tests: Add some tests for WM_MDIGETACTIVE. ole32: Fallback to parsing the Presentation streams ff parsing of the "CONTENTS" stream fails. Erich Hoover (3): ws2_32: Implement a basic synchronous TransmitFile. ws2_32: Add support for TransmitFile he...
2007 Mar 02
0
Wine release 0.9.32
...Rewrite the layout code. comctl32: rebar: Test and fix the WM_SIZE handler and REBAR_ForceResize. comctl32: rebar: Store the coordinates of infoPtr->calcSize swapped for CCS_VERT. comctl32: rebar: Store the oldSize as a local variable. comctl32: listview: Set the style in WM_CREATE. comctl32: rebar: Test the RBN_HEIGHTCHANGE notify and do some fixes. comctl32: rebar: WM_SETFONT should send a RBN_HEIGHTCHANGE if necessary. comctl32: rebar: Remove the not needed BANDS_NEED_LAYOUT flag. comctl32: rebar tests: Support different window border width....
2012 Jan 13
0
Wine release 1.3.37
...Implement IWshShortcut_put_WorkingDirectory(). wshom.ocx: Implement IWshShortcut_put_TargetPath(). wshom.ocx: Implement IWshShortcut::Save(). po: Update Russian translations. comctl32: Fix TB_SETSTYLE behaviour and return value. comctl32: Store style bits provided with WM_CREATE. comctl32: Remove redundant parameter from a helper. msxml3: Add a stub for IAuthenticate. msxml3: Remove wrong ERR(), some renames. msxml3: Move put_dataType() test data to a table. msxml3: Some put_dataType() tests for nodes without typed data. shell32: Store...
2009 Mar 13
0
Wine release 1.1.17
...or Solaris. iphlpapi: Implemented getInterfaceStatsByName for Solaris. iphlpapi/tests: Don't pass a NULL size to GetTcp/UdpTable, it crashes on Vista. ntdll/tests: Create the server port before starting the client thread. comctl32/tests: Set the listview image list after WM_CREATE has been processed. comctl32/tests: Fix the monthcal window creation message sequence. comctl32/tests: Disable a test that crashes on NT4. user32/tests: Add more optional messages for Vista and Win9x. dbghelp: Define _IMAGEHLP_SOURCE_. user32/tests: Avoid snprintf, it...