search for: wparam

Displaying 20 results from an estimated 86 matches for "wparam".

Did you mean: param
2002 Mar 02
3
sorting listview by clicking header
...t this time around. anyways, the one thing missing to get my app working is column sorting (done by clicking a header). i have below the output from a "trace+listview,trace+header" run of the app, clipped just to the click on the header. trace:header:HEADER_WindowProc hwnd=1002d msg=84 wparam=0 lParam=f601ba trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=210 wParam=201 lParam=4005b) trace:header:HEADER_WindowProc hwnd=1002d msg=21 wparam=1002b lParam=2010001 trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=21 wParam=1002b lParam=2010001) trace:header:HEADER_WindowProc hwnd=1002d...
2004 Sep 08
2
Running microsoft vss under wine
Hello, I am using wine on RH9. I am running Visual Source Safe like thus wine --ssexp.exe THe VSS GUI starts OK. the Visual Source Safe database is on Windows Partition. This Windows Partition is mounted on my Linux like thus: mount -t nfs -o rw,nolock 192.168.0.77:/mnt/server/Share /mnt/vss I am able to launch a VSS session : I can successfully check out and check in files (I point my
2010 Nov 28
2
wine: Unhandled page fault on read access
...ser32 (0x0032dbcc) 15 0x6814740c call_window_proc+0x5b(hwnd=0x10094, msg=0x0111, wp=0x2b5f, lp=0, result=0x32e1d0, arg=0x6ee848) [/build/buildd/wine1.3-1.3.8/dlls/user32/winproc.c:242] in user32 (0x0032e09c) 16 0x681481d2 WINPROC_CallProcWtoA+0xa41(callback=0x681473b0, hwnd=0x10094, msg=0x0111, wParam=0x2b5f, lParam=0, result=0x32e1d0, arg=0x6ee848) [/build/buildd/wine1.3-1.3.8/dlls/user32/winproc.c:857] in user32 (0x0032e0ec) 17 0x68149ae9 WINPROC_call_window+0x1c8(hwnd=0x10094, msg=0x0111, wParam=0x2b5f, lParam=0, result=0x32e1d0, unicode=0x0001, mapping=WMCHAR_MAP_DISPATCHMESSAGE) [/build/b...
2011 Jan 25
2
Psi-Ops: The Mindgate Conspiracy
...lue ---error fixme:winedbg:print_value ---error 1 0x4403366b call_window_proc+0xcc(hwnd=, msg=0x10076, wp=0xc, lp=0, result=, arg=0x7369642f) in user32 (0x0031e748) fixme:winedbg:print_value ---error fixme:winedbg:print_value ---error 2 0x44036464 CallWindowProcW+0x80(func=, hwnd=, msg=0x10076, wParam=0xc, lParam=0) in user32 (0x0031e798) fixme:winedbg:print_value ---error 3 0x44fd966c ACEditSubclassProc+0xb16(hwnd=, uMsg=0x44fd966c, wParam=0, lParam=0) in shell32 (0x0031ea68) 4 0x4403350a WINPROC_wrapper+0x19() in user32 (0x0031eaa8) fixme:winedbg:print_value ---error fixme:winedbg:print_va...
2011 Jan 31
1
crash with winecfg
...apper+0x19() in user32 (0x0032ed14) 8 0x7e9c7eac call_window_proc+0x5b(hwnd=0xa02d2, msg=0x1328, wp=0x1, lp=0x32f220, result=0x32edc8, arg=0x71591d41) [/build/buildd/wine1.3-1.3.11/dlls/user32/winproc.c:242] in user32 (0x0032ed64) 9 0x7e9c920f WINPROC_call_window+0x10e(hwnd=0xa02d2, msg=0x1328, wParam=0x1, lParam=0x32f220, result=0x32edc8, unicode=0x1, mapping=656082) [/build/buildd/wine1.3-1.3.11/dlls/user32/winproc.c:908] in user32 (0x0032edd4) 10 0x7e98b601 call_window_proc+0x90(hwnd=<is not available>, msg=0x1328, wparam=0x1, lparam=0x32f220, unicode=0x1, same_thread=0x1, mapping=656...
2010 Jun 20
2
DIBEngine and gdi32/user32 controls drawing loop performance
...aviour? In particular my App.exe program use many gdi32 drawing commands for drawing buttons and text input fields, so the files dlls/user32/button.c and dlls/user32/edit.c are involved. I think that the dlls/user32/winproc.c file, where the Code: LRESULT WINAPI EditWndProcA( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam ) { return wow_handlers.edit_proc( hwnd, msg, wParam, lParam, FALSE ); } function is defined is the file where I should do some changes; this function calls Code: LRESULT EditWndProc_common( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicode ) that is...
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
...0x6a(%eax),%ecx Wine-dbg>bt Backtrace: =>0 0x005d77c1 (NNOTESWS.DLL.ReadFontPreferences+0x43da1 in D:\LOTUS\NOTES\NNOTESWS.DLL) (ebp=40614fe8) 1 0x408271df (WINPROC_wrapper+0x17 in libuser32.so) (ebp=4061500c) 2 0x4082726a (WINPROC_CallWndProc+0x82(proc=0x5d7420, hwnd=0x20089, msg=0x2, wParam=0x0, lParam=0x0) [winproc.c:173] in libuser32.so) (ebp=4061503c) 3 0x4082cd42 (CallWindowProcA+0x4a(func=0x5d7420, hwnd=0x20089, msg=0x2, wParam=0x0, lParam=0x0) [winproc.c:2623] in libuser32.so) (ebp=40615070) 4 0x407cc57e (call_window_proc+0xf2(hwnd=0x20089, msg=0x2, wparam=0x0, lparam=0x0...
2009 Aug 06
1
WH_KEYBOARD_LL vs GetKeyState
...9;t get the new key state. So ResyncKeyState() will > * ensure that if the app is looping on GetKeyState(), it'll get the > * right key state. > */ Code: #include <windows.h> #include <cstdio> LRESULT CALLBACK LowLevelKeyboardProc(int nCode, WPARAM wParam, LPARAM lParam) { if(nCode == HC_ACTION && wParam == WM_KEYDOWN) { KBDLLHOOKSTRUCT* key = (KBDLLHOOKSTRUCT*)lParam; GetKeyState(0); BYTE keyState[256]; GetKeyboardState(keyState); WORD chars; if(ToAscii(key->vkCode, key->...
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
...desiredx=32, desiredy=0, loadflags=32832) at cursoricon.c:2261 #13 0x4071a086 in LoadIconW (hInstance=4194304, name=0x4074c30e) at cursoricon.c:1765 #14 0x4070ff55 in STATIC_LoadIconW (hwnd=65570, name=0x4074c30e) at static.c:146 #15 0x40710278 in StaticWndProc_common (hwnd=65570, uMsg=129, wParam=0, lParam=1078937708, unicode=1) at static.c:254 #16 0x407104b1 in StaticWndProcW (hWnd=65570, uMsg=129, wParam=0, lParam=1078937708) at static.c:347 #17 0x4074070b in WINPROC_wrapper () at winproc.c:120 #18 0x40740796 in WINPROC_CallWndProc (proc=0x4071047c <StaticWndProcW>, hwn...
2010 May 15
2
Wineboot: useless dialog
Hi! I wonder about something, which disturb me: thisone (wineboot.c): Code: static INT_PTR CALLBACK wait_dlgproc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp ) { switch (msg) { case WM_INITDIALOG: { WCHAR *buffer, text[1024]; const WCHAR *name = (WCHAR *)lp; HICON icon = LoadImageW( 0, (LPCWSTR)IDI_WINLOGO, IMAGE_ICON, 48, 48, LR_SHARED ); SendDlgItemMessageW( hwnd, IDC_WA...
2002 Feb 26
0
DDE problems
...0ca6b2c, data=0x40ca6b2c, data=0x40ca6b2c) [message.c:1142] in libuser32.so) (ebp=40ca6a84) 3 0x4062ff94 (put_message_in_queue+0xc8(dest_tid=0x80745a8, info=0x40ca6b70, reply_size=0x0) [message.c:1587] in libuser32.so) (ebp=40ca6b50) 4 0x40630b0e (PostMessageW+0xba(hwnd=0x10029, msg=0x3e7, wparam=0x27, lparam=0xc032090f) [message.c:1995] in libuser32.so) (ebp=40ca6b94) 5 0x4063173a (PostMessage16+0x66(hwnd16=0x29, msg=0x3e7, wparam=0x27, lparam=0xc032090f) [msg16.c:89] in libuser32.so) (ebp=40ca6bc4) 6 0x4061f4e9 (USER_CallFrom16_p_word_wwwl+0x29(proc=0x406316d4, args=0x403b613e) [...
2002 Oct 18
0
(no subject)
...Use "printer=on" in the "[wine]" section to enable it. err:dc:CreateDCA no driver found for wineps.drv I click OK and get back to notepad, then I try File > Page Setup . . . I get a whole bunch of messages like: fixme:commdlg:PRINTDLG_PS_WMCommandA loword (lparam) 40, wparam 0x40471, lparam 00040028, STUB mostly. And then a Print dialog opens. Then I click the "printer . . ." button: fixme:commdlg:PRINTDLG_PS_WMCommandA loword (lparam) 40, wparam 0x30471, lparam 00040028, STUB mostly. fixme:commdlg:PRINTDLG_PS_WMCommandA loword (lparam) 40, wparam 0xa...
2007 Mar 19
4
Objects "uncompletely" displayed
Hello, I would like to ask some help about the following problem: I'm running a soft called beersmith (www.beersmith.com) with wine. The soft is running but some lists are uncompletely displayed. Only the first column is displayed but I can sort lists on unvisible columns. I already have asked help from the developpers but havn't received any usefull answers:
2008 Jan 04
5
win32-api callback causes ruby to application error (crash).
...), nLevel.unpack ("L*"), nTranslateMode.unpack("L*"), nRetransmitMode.unpack("L*")) puts "SnmpGetLastError: #{SnmpGetLastError.call(nil)}" SNMPAPI_CALLBACK = API::Callback.new(''LLLLPP'', ''L''){ |hSession, hWnd, wMsg, wParam, lParam, lpClientData| puts "Trap Recieved!" } session = SnmpCreateSession.call(nil, 0, SNMPAPI_CALLBACK, nil) puts "SnmpCreateSession: #{session}" puts "SnmpGetLastError: #{SnmpGetLastError.call(session)}" SNMPAPI_ON = 1 result = SnmpRegister.call(session, nil, ni...
2008 Sep 29
3
wine: Unhandled page fault on read access to 0x00000064
...0000000 00000000 00000000 00000000 Backtrace: =>1 0x7e72d7a6 TREEVIEW_RecalculateVisibleOrder+0x76(infoPtr=0x181340, start=0x208598) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:906] in comctl32 (0x00334b94) 2 0x7e730f57 TREEVIEW_Size+0x87(infoPtr=<register ESI not in topmost frame>, wParam=<is not available>, lParam=<is not available>) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5336] in comctl32 (0x00334bc4) 3 0x7e736cfe TREEVIEW_WindowProc+0x141e(hwnd=0x201b4, uMsg=5, wParam=0, lParam=25428279) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5694] in comctl32 (0...
2011 Jun 19
2
Debugging textedit (gathering its content)
Hi guys, I'm new in wine debugging, but i need to get content of textbox to console. I tried Code: WINEDEBUG=+edit ./app.exe 2>&1 It gets content of lineedit, but not textedit. Do you have some idea how read content of textbox from win app in wine? Thanks
2009 Mar 06
3
Explorer - DirectX and ActiveX
...GISTERDROP not implemented fixme:shell:NTSHChangeNotifyRegister (0x1007c,0x00008003,0x00008000,0x0000c075,0x00000001,0x5d7c80c):semi stub. fixme:toolbar:TOOLBAR_Unkwn45D hwnd=0x1007c, wParam=0x00000000, size.cx=1600, size.cy=32000 stub! fixme:toolbar:TOOLBAR_CheckStyle [0x1007c] TBSTYLE_REGISTERDROP not implemented fixme:toolbar:TOOLBAR_CheckStyle [0x1007c]...
2006 Nov 01
1
Integrating speex with VideoNet application: Constant background noise
...m_waveFormatEx.nBlockAlign =1; m_waveFormatEx.nAvgBytesPerSec = 8000; int quality =8; speex_bits_init(&bits); enc_state = speex_encoder_init(&speex_nb_mode); speex_encoder_ctl(enc_state, SPEEX_SET_QUALITY, &quality); In my recording callback function LRESULT RecordSound::OnSoundData(WPARAM wParam, LPARAM lParam) { .... dataPtr = (char *)lpHdr ->lpData; dataSize = (int)lpHdr ->dwBytesRecorded; for(int k=0;k<FRAME_SIZE;k++) input[k] = dataPtr[k]; //input is float[FRAME_SIZE] speex_bits_reset(&bits); speex_encode(enc_state, input, &amp...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...1E0216 R WM_SETCURSOR fHaltProcessing:False 001E0216 P WM_MOUSEMOVE fwKeys:0000 xPos:66 yPos:10 001E0216 S WM_NCHITTEST xPos:429 yPos:370 001E0216 R WM_NCHITTEST nHittest:HTCLIENT 001E0216 S WM_NCHITTEST xPos:429 yPos:370 001E0216 R WM_NCHITTEST nHittest:HTCLIENT 001E0216 P message:0x0118 [Unknown] wParam:0000FFFF lParam:A006A39E 001E0216 S WM_NCHITTEST xPos:430 yPos:370 001E0216 R WM_NCHITTEST nHittest:HTCLIENT 001E0216 S WM_SETCURSOR hwnd:001E0216 nHittest:HTCLIENT wMouseMsg:WM_MOUSEMOVE 001E0216 R WM_SETCURSOR fHaltProcessing:False 001E0216 P WM_MOUSEMOVE fwKeys:0000 xPos:67 yPos:10 001E0216 S WM...
2004 Aug 06
2
C++ wrapper for speex
...sample is stored in the WAVEHDR structure's member lpData, and this variable is of LPSTR type. if you have the time, can you please check on my test code below and see where i could be having problems with. (this is the handler that processes captured audio) LRESULT CRecordSound::OnSoundData(WPARAM wParam, LPARAM lParam) { LPWAVEHDR lpHdr = (LPWAVEHDR) lParam; int buflen = lpHdr->dwBufferLength; //160 float * buf = toFloat(lpHdr->lpData, buflen); // Encode some audio int nRet = enc.encode(buf, buflen); unsigned char *compressed = enc...