search for: postmessagea

Displaying 6 results from an estimated 6 matches for "postmessagea".

Did you mean: postmessage
2004 Sep 22
1
Problem compiling Corel-WINE
...ve a valid preprocessing token thunk.c:369:47: pasting "." and "SendMessageA" does not give a valid preprocessing token thunk.c:370:47: pasting "." and "SendMessageW" does not give a valid preprocessing token thunk.c:371:47: pasting "." and "PostMessageA" does not give a valid preprocessing token thunk.c:372:47: pasting "." and "PostMessageW" does not give a valid preprocessing token thunk.c:373:59: pasting "." and "PostThreadMessageA" does not give a valid preprocessing token thunk.c:374:59: pasting...
2012 Jan 09
4
"timeGetTimeā€œ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
2004 Mar 11
1
lotus notes 6
...L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.DestroyWindow imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.PostMessageA imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.FindWindowA imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation fo...
2001 Oct 16
0
Wine without X.
...wine/tmp/lmcrypt.exe -i e:\input.txt -o e:\output.dat Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not load graphics driver 'x11drv' err:module:BUILTIN32_dlopen failed to load .so lib for builtin ws2_32.dll: /usr/local/wine/lib/libws2_32.so: undefined symbol: PostMessageA err:module:PE_fixup_imports Module (file) ws2_32.dll needed by wsock32.dll not found err:module:load_library can't load wsock32.dll err:module:BUILTIN32_LoadLibraryExA loaded .so but dll wsock32.dll still not found (program executes and creates the output successfully) sample output from the i...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...sting issue: I have an application that handles several text edit controls. At one point it flips from the first to the second (after you have entered the fourth character). This is done by a function, which does (simplified) this: { DWORD startsel,endsel; PostMessageA(hwnd1,EM_GETSEL,&startsel,&endsel); SetFocus(hwnd2); PostMessageA(hwnd2,EM_SETSEL,0,0); /* ... */ CallWindowProcA(hwnd,....); return; } According to the +relay,+edit trace the EM_GETSEL is executed way _AFTER_ the return from the functio...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...sting issue: I have an application that handles several text edit controls. At one point it flips from the first to the second (after you have entered the fourth character). This is done by a function, which does (simplified) this: { DWORD startsel,endsel; PostMessageA(hwnd1,EM_GETSEL,&startsel,&endsel); SetFocus(hwnd2); PostMessageA(hwnd2,EM_SETSEL,0,0); /* ... */ CallWindowProcA(hwnd,....); return; } According to the +relay,+edit trace the EM_GETSEL is executed way _AFTER_ the return from the functio...