Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-30 Thread Peter Åstrand
WTS. Rgds, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-29 Thread Peter Åstrand
suggest, the problem would go away, but then again, the test is mostly pointless, since it succeeds regardless of if the API call succeeds or not. Rgds, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 Linköping

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-28 Thread Peter Åstrand
, + waveOutGetDevCapsW(%s): MMSYSERR_NOERROR or MMSYSERR_NOTSUPPORTED or MMSYSERR_INVALPARAM expected, got %s\n,dev_name(device),wave_out_error(rc)); nameA=NULL; Rgds, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-24 Thread Peter Åstrand
, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-23 Thread Peter Åstrand
, the first sizeof(WAVEOUTCAPSW) bytes of WAVEOUTCAPSW are the same as WAVEOUTCAPS2W. Rgds, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-22 Thread Peter Åstrand
the size supplied, this should be verified. I'd also like to point out that the Wine implementation also doesn't handle this correctly: Only waveOutGetDevCapsA does a memcpy() using the size argument; waveOutGetDevCapsW does not. Rgds, --- Peter Åstrand ThinLinc Chief Developer

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-21 Thread Peter Åstrand
is not specified by MSDN. In any case, continuing and executing code that uses capsA even though the waveOutGetDevCapsA call failed is definitely wrong. Rgds, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone

Re: Strange waveOutGetDevCaps calls in winmm/tests/wave.c

2008-04-18 Thread Peter Åstrand
. Rgds, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00

Strange waveOutGetDevCaps calls in winmm/tests/wave.c

2008-04-16 Thread Peter Åstrand
, (DWORD_PTR)size, 0); Regards, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00

Too many WM_MOUSEACTIVATE

2007-11-12 Thread Peter Åstrand
anything similiar to this? (It turns out that there are multiple differences compared to Windows; one with two many messages generated when the popup is created, another with too few messages when changing tab in a SysTabControl32 (but zero messages works fine as well.) Rgds, --- Peter Åstrand

Re: [Bug 10266] Numpad keyboard handling is strange, Del keyproducestwo events

2007-11-02 Thread Peter Åstrand
% Windows compatible ToUnicodeEx but still select the model we want. It's just about what input we should feed to ToUnicodeEx. EVENT_event_to_vkey isn't a Windows API, so we can modify it how we want. Rgds, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http

Re: [Bug 10266] Numpad keyboard handling is strange, Del keyproduces two events

2007-11-02 Thread Peter Åstrand
confirm that this problem does not occur with the us layout, but with the sv layout. Regards, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00 ThinLinc User Group 2007 Höstkonferens

Re: [Bug 10266] Numpad keyboard handling is strange, Del keyproduces two events

2007-11-02 Thread Peter Åstrand
/keyboards/numpad.txt. Regards, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00 ThinLinc User Group 2007 Höstkonferens --- 15-16 november, Linköping. Program och anmälan: http

Re: [Bug 10266] Numpad keyboard handling is strange, Del key produces two events

2007-11-01 Thread Peter Åstrand
. Regards, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00 ThinLinc User Group 2007 Höstkonferens --- 15-16 november, Linköping. Program och anmälan: http://www.thinlincusergroup.se

Missing region invalidation in edit control

2007-10-30 Thread Peter Åstrand
dragged over the edit control area, which is then correctly painted white. Any ideas? Regards, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46-13-21 46 00 ThinLinc User Group 2007

Re: Missing region invalidation in edit control

2007-10-30 Thread Peter Åstrand
@@ WARN (Invalid style change %d\n,which); } +EDIT_UpdateText(es, NULL, TRUE); + return 0; } Will file bug. Regards, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 LinköpingPhone: +46

Re: Misplaced Property Sheet buttons

2007-10-29 Thread Peter Åstrand
On Fri, 26 Oct 2007, Frank Richter wrote: On 26.10.2007 16:52, Peter Åstrand wrote: This solves the position problem, but instead the Help button disappears. See screenshot http://www.cendio.com/~astrand/wine/62-tab-size/patched.png. Any ideas? Hint: check again what WM_WINDOWPOSCHANGED's

Misplaced Property Sheet buttons

2007-10-26 Thread Peter Åstrand
; + } + default: return FALSE; } This solves the position problem, but instead the Help button disappears. See screenshot http://www.cendio.com/~astrand/wine/62-tab-size/patched.png. Any ideas? Best regards, --- Peter Åstrand ThinLinc Chief Developer Cendio AB http

Re: [Bug 5463] ie6 installs now, but doesn't work...

2006-06-21 Thread Peter Åstrand
, IE is an application. -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: solution: IE6 setup says The download location information is damaged

2006-06-21 Thread Peter Åstrand
On Tue, 20 Jun 2006, Peter Åstrand wrote: On Tue, 20 Jun 2006, James Hawkins wrote: If you're still having this problem, please make sure you are not on a remote or network-mounted drive. IE6 setup checks if the drive is remote, and will not install if it is, complaining with the completely

Re: [Bug 5463] ie6 installs now, but doesn't work...

2006-06-20 Thread Peter Åstrand
prefer is this bug could be left open until someone has managed to figure out what needs to be overridden to actually *run* IE. Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: [Bug 5409] ie6setup fails with The download location information is damaged

2006-06-13 Thread Peter Åstrand
. A comment on that bug says, which you have written yourself, says: ie6setup.exe claims that it can't download the setup files because inseng.dll is not registered. Again, it doesn't look like this is my problem. Also, the error message is different. Regards, -- Peter Åstrand

Re: Recording with Lexia (mci open new)

2006-06-09 Thread Peter Åstrand
On Thu, 8 Jun 2006, Peter Åstrand wrote: 2) Any ideas why open new works, even though MCIERR_MISSING_DEVICE_NAME is returned? because open new alias capture should create a new mci session of name capture (which is application defined), and mci supports the auto open feature, which

Recording with Lexia (mci open new)

2006-06-08 Thread Peter Åstrand
); if (wmw-hFile == 0) { -WARN(can't find file=%s!\n, debugstr_w(filename)); +WARN(can't find file=%s!\n, debugstr_w(fn)); dwRet = MCIERR_FILE_NOT_FOUND; } else Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio

Re: Recording with Lexia (mci open new)

2006-06-08 Thread Peter Åstrand
for fixing this yourself? :) Kind regards, -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: [Wine] Re: Re-proposal: web forums

2006-04-23 Thread Peter Åstrand
: Just set Mail delivery to Disabled. I think Gmane (and the other mailing list frontends) provides all the forum features that we need. Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13

Re: Implement THREAD_PRIORITY_TIME_CRITICAL

2006-03-31 Thread Peter Åstrand
can I do that? I'm experiencing lots of problem with Windows Media Player when using the Esound backend. Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: [Bug 1181] Keyboard translation broken: uses raw keycodes

2006-03-30 Thread Peter Åstrand
Xserver with a certain physical keyboard. Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: Race condition in keyboard code?

2006-03-24 Thread Peter Åstrand
drawback: AltGr key presses never reaches the applications. In Windows, applications recieves VK_CONTROL, VK_MENU when AltGr is pressed. -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Race condition in keyboard code?

2006-03-23 Thread Peter Åstrand
. Is this a bug? Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio http://www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Errors in Win API Stats

2006-03-06 Thread Peter Åstrand
I've noticied that http://www.winehq.org/site/winapi_stats is not quite correct. For example, it claims that amstream is 100% implemented, which is not correct: There are 21 stubs or something like that. How is this page generated? Regards, -- Peter Åstrand ThinLinc Chief

Re: EaseReader gives fixme:amstream:IAMMultiMediaStreamImpl_Initialize

2006-03-01 Thread Peter Åstrand
On Thu, 26 Jan 2006, Peter Åstrand wrote: Hi. I'm trying to get the EaseReader application (http://www.dolphinaudiopublishing.com/products/EaseReader/) running in Wine. By using the native oleacc, oleaut32 and rpcrt4, it's now actually possible to start the application. The self voicing mode

CVS build error

2006-01-25 Thread Peter Åstrand
returned 1 exit status make[2]: *** [widl] Error 1 make[2]: Leaving directory `/home/peter/wine/tools/widl' Any ideas? -- Peter Åstrand ThinLinc Chief Developer Cendio www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-19 Thread Peter Åstrand
On Mon, 9 Jan 2006, Peter Åstrand wrote: On Mon, 9 Jan 2006, Vik Kumar wrote: Here you go: http://www.cendio.se/~peter/tmp/MFC_GDI_PLUS.exe. Indeed this is fixed in CVS HEAD if you set the windows version to win2k. I can see the text output on MFC_GDI_PLUS.exe Strange, I wonder what's

RE: pch support

2006-01-12 Thread Peter Åstrand
, see http://groups.google.com/groups?hl=enlr=lang_enie=UTF-8oe=UTF-8selm=umBJLvIYDHA.2632%40TK2MSFTNGP09.phx.gbl). -- Peter Åstrand ThinLinc Chief Developer Cendio www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Peter Åstrand
Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Peter Åstrand
On Tue, 10 Jan 2006, Vik Kumar wrote: * Which version of gdiplus.dll are you using? I'm using 5.1.3097.0. *Mine's apparently 5.1.3102.1360* I've tried this version as well now, no difference. fixme:win:EnumDisplayDevicesW ((null),0,0x4075f65c,0x), stub!

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Peter Åstrand
output in the demo program. Thanks for confirming my result. I tried Debian myself yesterday, with the same result. Regards, -- Peter Åstrand ThinLinc Chief Developer Cendio www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-08 Thread Peter Åstrand
On Sun, 8 Jan 2006, Vik Kumar wrote: Looks strikingly similar to the label issue with Poser I'm looking at. http://www.winehq.org/pipermail/wine-devel/2005-December/043615.html I haven't had a chance to look at it deeper, but I think the issue lies somewhere in the CreateDIBSection -

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-08 Thread Peter Åstrand
: err:dc:CreateDCW no device found for L.\\DISPLAY1 fixme:font:WineEngCreateFontInstance just using first face for now This should be fixed in cvs. What Wine version are you using? The CVS version, as of 2006-01-05. Strange. -- Peter Åstrand ThinLinc Chief Developer Cendio

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-05 Thread Peter Åstrand
On Wed, 28 Dec 2005, Peter Åstrand wrote: I'm trying to get the application Nya Multigram (http://www.softogram.se/multigramkunskapsbanken.html) running in Wine. It works somewhat, but the initial screen (which should look like http://www.softogram.se/grafik/multigramkunskapsbanken

Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2005-12-28 Thread Peter Åstrand
trace:font:X11DRV_SelectFont hdc=0x1154, hfont=0xec8 trace:font:X11DRV_SelectFont gdiFont = 0x7b7abd70 -- Peter Åstrand ThinLinc Chief Developer Cendio www.cendio.se Teknikringen 3 583 30 LinköpingPhone: +46-13-21 46 00

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-13 Thread Peter Åstrand
) { got_sockname = 1; } } if (!got_sockname) /* Use 127.0.0.1 as a fallback. Even better: Resolv the hostname. */ inet_aton(127.0.0.1, my_addr.sin_addr); my_ip = inet_ntoa(my_addr.sin_addr); printf(%s\n, my_ip); return 0; } Regards, -- Peter Åstrand

Re: Recording error: Should descend into data chunk. Please report.

2005-11-22 Thread Peter Åstrand
to create a [mci] section in system.ini fixme:ole:CoRegisterMessageFilter stub trace:mci:MCI_Close (, 0002, (nil)) Regards, -- Peter Åstrand Chief Developer Cendio www.thinlinc.com Teknikringen 3 www.cendio.se 583 30 LinköpingPhone: +46-13-21 46 00

Recording error: Should descend into data chunk. Please report.

2005-11-21 Thread Peter Åstrand
warn:mci:MCI_ParseOptArgs Optarg L\c:\\program files\\studieknep\\tal\\.wav\ not found (I've activated the TRACE print in MCI_ParseOptArgs.) Any ideas? Regards, -- Peter Åstrand Chief Developer Cendio www.thinlinc.com Teknikringen 3 www.cendio.se 583 30 Linköping

Re: Recording error: Should descend into data chunk. Please report.

2005-11-21 Thread Peter Åstrand
On Mon, 21 Nov 2005, Eric Pouech wrote: Peter Åstrand wrote: Any ideas? does this help (lines in patch are likely to be wrapped)? Well, sort of. The error message is gone; MCIERR_UNRECOGNIZED_COMMAND is not returned any more. However, something else is wrong: No recording file is saved

Patch 326: Esound support

2005-07-07 Thread Peter Åstrand
to be that esddsp only overloads open; not open64. I've tried patching libesddsp so that it overloads open64 as well. This helps, but things works very bad anyway - the sound sometimes stops for minutes. If only people could agree on a standard sound server... -- Peter Åstrand Chief

Re: Patch 326: Esound support

2005-07-07 Thread Peter Åstrand
, as far as I know. -- Peter Åstrand Chief Developer Cendio www.thinlinc.com Teknikringen 3 www.cendio.se 583 30 LinköpingPhone: +46-13-21 46 00