Re: Changes in Bitmap behaviour

2002-10-13 Thread Michael Stefaniuc
On Fri, Oct 11, 2002 at 12:13:48PM +0200, Uwe Bonnes wrote: Content-Description: message body and .signature Xilinx webpack 4.2 running with native Common Controls shows an artefact in the display of bitmaps associated with the listview widget. This behaviour changed with

Re: Changes in Bitmap behaviour

2002-10-13 Thread Dimitrie O. Paun
On October 13, 2002 07:27 am, Uwe Bonnes wrote: This drifted away from my original posting. I talked about _native_ comctl32 showing problems with bitmaps, and the behaviourt changes with the patch I mentioned in my original posting. I know, but somehow I have a gut feeling that there might

Re: wine/dlls/avifil32: implemented many functions

2002-10-13 Thread Dimitrie O. Paun
On October 13, 2002 08:19 am, Michael Guennewig wrote: | ./controls/menu.c: p = strchrW (p + 2, ''); This is OK for strchrW, 'cause it will expand the char to a WCHAR automatically. | ./dlls/comctl32/comctl32undoc.c: return strchrW(lpStart, wMatch); |

Re: Changes in Bitmap behaviour

2002-10-13 Thread Dimitrie O. Paun
On October 12, 2002 08:50 pm, Duane Clark wrote: Still there for me, at least on the one app I tried it on. These are the messages I get, pretty much just repeated a bunch. err:imagelist:ImageList_DrawIndirect (himl=0x42250c18, cbSize=68 hbmMask=0x09cc iImage=0 x=11 y=14 cx=0 cy=0

Re: help! latest cvs build of wine crashes every time

2002-10-13 Thread Graham Stoney
On Sun, Oct 13, 2002 at 03:12:50PM +0200, Michael Stefaniuc wrote: I had this problems too, and a 'make clean' fixed it for me. Thanks; re-installing XFree86 'make clean'ing appeared to solve the problem. Unfortunately the app doesn't work right; it's calling the unimplemented WNetOpenEnumA

Re: wine/dlls/avifil32: implemented many functions

2002-10-13 Thread Alexandre Julliard
[EMAIL PROTECTED] (Michael Guennewig) writes: Variant 1: use simply a char, let compiler auto-convert to WCHAR Variant 2: use a WORD Variant 3: use L'.' construct and cast to WCHAR Variant 4: use L'.' construct Variant 1 is best. There is no need to add casts or L prefixes, and it makes the

Re: DOS/Win16 interrupt handling architecture

2002-10-13 Thread Alexandre Julliard
Jukka Heinonen [EMAIL PROTECTED] writes: So, my proposal is to move all interrupt handlers to winedos dll and have only single interrupt handler routine per interrupt, instead of having separate real and protected mode handlers. If an interrupt occurs in protected mode ntdll would just

Re: winmm 16/32 code split

2002-10-13 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: this will still cause problems (for example while compiling for mingw) Alexandre, do you have some global plans for splitting further... not linking on compilation unit will not be sufficient, we need a finer grain control I think linking on compilation

Re: winmm 16/32 code split

2002-10-13 Thread Eric Pouech
this will still cause problems (for example while compiling for mingw) Alexandre, do you have some global plans for splitting further... not linking on compilation unit will not be sufficient, we need a finer grain control I think linking on compilation units should work just fine. You

OpenGL textures are wrong under HalfLife

2002-10-13 Thread David D. Hagood
My old motherboard died, and so I upgraded from a single P3 to a dual P3 system. I went to run HalfLife, which had been running beautifully under Wine, and now all the wall textures are screwed up. There is nothing of the proper textures in them - it's not like the colors are screwed up, more

Re: Changes in Bitmap behaviour

2002-10-13 Thread Duane Clark
Oops, it looks like I did not read Uwe's original post very well. It appears I am looking at something different. Sorry about steering this thread away. Dimitrie O. Paun wrote: Can you please send me a screenshots of the images in question, before and after this patch: Okay, here are

Re: Changes in Bitmap behaviour

2002-10-13 Thread Duane Clark
Duane Clark wrote: Oops, it looks like I did not read Uwe's original post very well. It appears I am looking at something different. Sorry about steering this thread away. Dimitrie O. Paun wrote: Can you please send me a screenshots of the images in question, before and after

Re: Compilation errors

2002-10-13 Thread Sylvain Petreolle
Wine hasn't got a header called math.h If you will look again at what you sent, you will see that the error is being thrown by wine/tools/makedep, which might not behave exactly the same as a compiler WRT header files. It might have ts own reasons to distinguish system headers from wine

Re: winmm 16/32 code split

2002-10-13 Thread Eric Pouech
I don't really see how you would do that in winebuild since they need to be allocated dynamically. well, address is only known as runtime, but call framework is always the same. if the number of thunks is fixed (which is anyway the assumption made in existing code), then the code can be

Re: Fix disabled toolbar button actions

2002-10-13 Thread Duane Clark
Carlos wrote: Hello, Testing 12zip.exe, found that you can click in a toolbar button what is disabled, and it shows a window. The next patch fixes the problem, please if someone is working in the toolbar code, check if it is a correct fix. Changelog: * Fix disabled toolbar button

Re: winmm 16/32 code split

2002-10-13 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: well, address is only known as runtime, but call framework is always the same. if the number of thunks is fixed (which is anyway the assumption made in existing code), then the code can be generated automatically (of course will eat up lots of pages) I

please don't apply RPC Merge D_PL1

2002-10-13 Thread Greg Turner
On Sunday 13 October 2002 03:06 pm, Greg Turner wrote: A few small things. Changelog: * dlls/rpcrt4: rpcrt4.spec, ndr_stubless.c, rpc_binding.c, rpc_server.c; include/rpcdce.h: Greg Turner [EMAIL PROTECTED] - (try to) implement RpcMgmtWaitServerListen - remove duplicate RpcServerListen

Re: please don't apply RPC Merge D_PL1

2002-10-13 Thread Ove Kaaven
On Sun, 13 Oct 2002, Greg Turner wrote: LONG_PTR RPCRT4_NdrClientCall2(PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pFormat, va_list args) { FIXME((pStubDec == ^%p,pFormat = \%s\,...): stub\n, pStubDesc, pFormat); PRPC_CLIENT_INTERFACE rpc_cli_if =

Re: alsa driver configuration

2002-10-13 Thread Sylvain Petreolle
Set Drivers=winealsa.drv at section [WinMM]. Documentation is outdated about this. Developers : Whats's needeed to edit sgml files ? --- Gabriel A. Arcos A. [EMAIL PROTECTED] a écrit : Hi all !! I have intalled wine-20021007 and I want to use the alsa driver on it. I have search all the

Re: dlls/avifil32: many implemented functions

2002-10-13 Thread Dmitry Timoshkov
Michael Günnewig [EMAIL PROTECTED] wrote: This patch is a replacement of the one from Fri Oct 11 2002 - 16:49:14 CDT ... + static WCHAR streamTypeFmt[] = {'%','4','.','4','h','s'}; ... + wsprintfW(szType, streamTypeFmt, (char*)streamHdr.fccType); 1. streamTypeFmt is not NULL terminated. 2.

Re: please don't apply RPC Merge D_PL1

2002-10-13 Thread Greg Turner
On Sunday 13 October 2002 06:41 pm, Ove Kaaven wrote: On Sun, 13 Oct 2002, Greg Turner wrote: LONG_PTR RPCRT4_NdrClientCall2(PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pFormat, va_list args) { FIXME((pStubDec == ^%p,pFormat = \%s\,...): stub\n, pStubDesc, pFormat);

Re: please don't apply RPC Merge D_PL1

2002-10-13 Thread Greg Turner
On Sunday 13 October 2002 08:20 pm, Greg Turner wrote: On Sunday 13 October 2002 06:41 pm, Ove Kaaven wrote: On Sun, 13 Oct 2002, Greg Turner wrote: LONG_PTR RPCRT4_NdrClientCall2(PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pFormat, va_list args) { FIXME((pStubDec == ^%p,pFormat =

Re: alsa driver configuration

2002-10-13 Thread Sylvain Petreolle
it should work, this is the correct way to configure it. could you post the error messages on the list ? (if you have) [WinMM] ;Drivers = wineoss.drv Drivers = winealsa.drv ;#Drivers = winearts.drv WaveMapper = msacm.drv MidiMapper = midimap.drv is that right?? sound still no working.

Re: wine/dlls/avifil32: implemented many functions

2002-10-13 Thread Michael Günnewig
Dmitry Timoshkov [EMAIL PROTECTED] writes: Michael GXnnewig [EMAIL PROTECTED] wrote: + LPWSTR szExt = strrchrW(szFile, L'.'); +#define SLASH(w) ((w) == L'/' || (w) == L'\\') As were discussed many times using L prefix in order to create unicode chars/strings is wrong due to difference in

Re: wine/dlls/avifil32: implemented many functions

2002-10-13 Thread Dmitry Timoshkov
Michael Günnewig [EMAIL PROTECTED] wrote: But when I change the code to use the static const WCHAR[] the compiler complains: ,- | factory.c: In function `AVIFILE_BasenameW': | factory.c:163: warning: comparison between pointer and integer | factory.c:163: warning: comparison between

help! latest cvs build of wine crashes every time

2002-10-13 Thread Graham Stoney
Hi winers, I've built the latest cvs version of wine on my Debian stable system, and it crashes every time I run it. Here's an example: greyhamfred:/tmp$ wine notepad wine: Unhandled exception, starting debugger... wine: Unhandled exception, starting debugger... wine: Unhandled exception,

Re: Changes in Bitmap behaviour

2002-10-13 Thread Uwe Bonnes
Dimitrie == Dimitrie O Paun [EMAIL PROTECTED] writes: Dimitrie On October 12, 2002 01:29 pm, Duane Clark wrote: I found that the patch that broke it was one of the comctrl patches of 9/11/02. I think it was this one: http://www.winehq.com/hypermail/wine-cvs/2002/09/0067.html

Re: wine/dlls/avifil32: implemented many functions

2002-10-13 Thread Michael Guennewig
Dmitry Timoshkov [EMAIL PROTECTED] writes: Michael GXnnewig [EMAIL PROTECTED] wrote: So I have adjusted to use this: static const WCHAR dotW = (WCHAR)'.'; The it compiles and works also for my. Is this okay? No. Why? Look at other places in Wine source how to do it properly. Okay I

Re: help! latest cvs build of wine crashes every time

2002-10-13 Thread Michael Stefaniuc
On Sun, Oct 13, 2002 at 10:09:48PM +1000, Graham Stoney wrote: On Sun, Oct 13, 2002 at 01:58:03PM +0200, Uwe Bonnes wrote: Did you set synchronous mode in the ~/.wine/config [x11drv] section: Synchronous = y I have now; doesn't seem to help though. Any other suggestions? I had this