Betamax VoIP programs - a new try

2009-10-15 Thread Pavel Troller
Hi! I'm making a new try to run Betamax group VoIP programs, like FreeCall, Nonoh etc. Nonoh has an outdated entry in AppDB, so I tried to make a new run with current wine (today's git, post-1.1.31). Freecall is not in AppDB at all. I tried both of them, with totally identical behaviour. The in

DirectX Emulation Question

2009-10-15 Thread Paul Janoski
Can anybody please tell me how complete the DirectMusic wine emulation is on Linux. Thank You, Paul Janoski

test {IDirect3DTexture8, IDirect3DSurface8}::UnlockRect for rectangles that are not locked

2009-10-15 Thread Louis Lenders
Stefan Dösinger codeweavers.com> writes: >Do I read this correctly that a double unlockrect call on a surface >fails, while a double unlockrect call on a texture succeeds? Yes Here are some more test suggestions: -> Create a texture, retrieve its surface, and call LockRect/ UnlockRect o

Re: test {IDirect3DTexture8, IDirect3DSurface8}::UnlockRect for rectangles that are not locked

2009-10-15 Thread Stefan Dösinger
Do I read this correctly that a double unlockrect call on a surface fails, while a double unlockrect call on a texture succeeds? From the context of the patch its a bit hard to read. Here are some more test suggestions: -> Create a texture, retrieve its surface, and call LockRect/ UnlockRec

re: Usual oss choices missing in winecfg, in today's git

2009-10-15 Thread Maarten Lankhorst
Hi, The explanation is probably much simpler: OSS likely won't show up if the sound device is in use, since it claims total control. If anything in the background is using sound, it is possible to not see OSS at all. lsof /dev/dsp* /dev/snd/* probably tells you if anything uses it. Cheers, M

Re: Usual oss choices missing in winecfg, in today's git

2009-10-15 Thread Ken Sharp
Susan Cragin wrote: Just built today's git, and am running DNS with alsa. (Thanks, Maarten.) Called up winecfg as usual and found there were no options under OSS Driver. No wave-out, no wave-in, no mixer devices. Nada. Peculiar, never saw this before. So I thought I'd call in. Have you p

Re: [PATCH] Add test case to user32 winetests for edit control context menu. Try 2

2009-10-15 Thread Nikolay Sivov
Michael Martin wrote: This patch adds test for edit control clipboard context menu. The test passes on Windows XP as the WM_COMMAND message is not sent to the edit control by its context menu. Fails on wine because wine does incorrectly send that message. This problem shows up using the edit cl

Usual oss choices missing in winecfg, in today's git

2009-10-15 Thread Susan Cragin
Just built today's git, and am running DNS with alsa. (Thanks, Maarten.) Called up winecfg as usual and found there were no options under OSS Driver. No wave-out, no wave-in, no mixer devices. Nada. Peculiar, never saw this before. So I thought I'd call in.

Re: [PATCH 2/4] comctl32/tooltips: Test the way structure size field is validated (try2)

2009-10-15 Thread Nikolay Sivov
Paul Vriens wrote: On 10/15/2009 12:59 PM, Nikolay Sivov wrote: Hi, +GetClientRect(hwnd, &ti.rect); +r = SendMessageW(hwnd, TTM_ADDTOOLA, 0, (LPARAM)&ti); Still some W-calls left. Thanks, try3 sent.

Re: [PATCH 2/4] comctl32/tooltips: Test the way structure size field is validated (try2)

2009-10-15 Thread Paul Vriens
On 10/15/2009 12:59 PM, Nikolay Sivov wrote: Changelog: - try2: skip for W call failure added - test the way structure size field is validated Hi, + +/* 1. test size parameter validation rules (ansi messages) */ +hwnd = CreateWindowExA(0, TOOLTIPS_CLASSA, NULL, 0, +

Re: [PATCH 1/4] comctl32/tooltips: Fix an obviously wrong structure size check

2009-10-15 Thread Nikolay Sivov
Paul Vriens wrote: On 10/15/2009 07:54 AM, Paul Vriens wrote: And here the ok-text doesn't match the test: +ok(0x == ti.lParam, "Expected 0xdeadbeef, got %lx\n", ti.lParam); It was to quick, sorry about that.

Re: [PATCH 1/4] comctl32/tooltips: Fix an obviously wrong structure size check

2009-10-15 Thread Nikolay Sivov
Paul Vriens wrote: On 10/15/2009 01:36 AM, Nikolay Sivov wrote: Changelog: - fix an obviously wrong structure size check Hi Nikolay, +static void test_ttm_gettoolinfo(void) +{ +TTTOOLINFOA ti; +TTTOOLINFOW tiW; +HWND hwnd; +DWORD r; + +hwnd = CreateWindowExA(0, TOOL