Re: dbghelp problem

2005-03-06 Thread Eric Pouech
Robert Reif a écrit : I can't get a stack trace with symbol information from an exe file and tracked the problem down to this. dbghelp tries to load the symbols for the executable file by looking up the file name without the .exe extension and fails because the file is not found. This patch adds

Re: [x11drv] Fix X11DRV_set_wm_hints

2005-03-06 Thread Dmitry Timoshkov
Maxime Bellengé [EMAIL PROTECTED] wrote: This patch adds MWM_FUNC_MOVE | MWM_FUNC_RESIZE when WS_EX_APPWINDOW. Now the windows are movable. I think that MWM_FUNC_RESIZE should be added only for windows with WS_THICKFRAME style set. -- Dmitry.

Re: [x11drv] Fix X11DRV_set_wm_hints

2005-03-06 Thread Maxime Bellengé
I don't agree with you because, if the application don't call this with the HTCAPTION parameter PostMessage( WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM( point.x, point.y)); but with HTLEFT, HTRIGHT ... the WM must resize the window I think. I wondered first if MWM_FUNC_RESIZE should be added but I

Regression in GetModuleHandle16

2005-03-06 Thread Vitaliy Margolen
This patch http://cvs.winehq.org/patch.py?id=16245 broke my wine (changes to winbase.h). It fails to start. Could someone take a look at it? I'm sorry, my brain failing me this weekend too, and I couldn't find the cause myself. I tried running without ~/.wine - didn't help. I'm running wine from

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
On Sat, 05 Mar 2005 14:27:47 -0500, Robert Reif wrote: I am unable to edit the text in an IP Address control. I can select it and delete it with the mouse but typing into it causes the test to go to the window it was started in. Sounds like the top level container window was created

Re: winecfg

2005-03-06 Thread Mike Hearn
On Sat, 05 Mar 2005 23:35:35 -0500, Chris Morgan wrote: I noticed that winecfg is still reporting that it does not modify your configuration, and in winecfg.h WINE_KEY_ROOT isn't set to the configuration key. Is there some reason why we haven't enabled writing to the actual configuration

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
I tried your test program from the bug filed in bugzilla, and it works for me (ie , I can type into it OK). I get the following error from it though when it gains focus: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x2002a) thanks -mike

Re: Regression in painting.c

2005-03-06 Thread Sven Paschukat
Ron Jensen schrieb: dlls/user/painting.c is getting caught in an infinite loop in the function update_now() I added two TRACE statements to try to figure out what is going on. Uncommenting the SendMessageW() line allows the loop to exit. Same problem in the app StarMoney which runs in an

Re: [winedbg] Get expressions working again.

2005-03-06 Thread Eric Pouech
Pouech Eric DMI AEI CAEN a écrit : Ok, I'll take a look at this, but if where shouldn't be using two pointer types we should be using SymGetTypeInfo in all cases? the only (two things) you have to do are: - if one cannot find the pointer type in the pointee's module, then create a winedbg's type

Re: IP Address control broken

2005-03-06 Thread Robert Reif
Mike Hearn wrote: I tried your test program from the bug filed in bugzilla, and it works for me (ie , I can type into it OK). I get the following error from it though when it gains focus: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x2002a) thanks -mike Try it

re: [OLE #78] Run RPCs on a new thread client side

2005-03-06 Thread Dan Kegel
Mike Hearn wrote: Almost there Stay on target... [thinking of Skywalker's last bombing run] -- Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html

Re: [winecfg] Audio device selection

2005-03-06 Thread Robert Reif
Paul van Schayck wrote: Changelog: Let the audio device be changed from the audio tab OSS also supports multiple devices. When you have multiple audio devices in Windows, it provides the friendly names of all the devices and allows you to select one as the default. You can do this now in OSS.

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
On Sun, 2005-03-06 at 10:09 -0500, Robert Reif wrote: Try it with: Managed = N in your config file. No, there's no point, keyboard input going to the terminal for unmanaged windows is the expected behaviour. If you want to use unmanaged windows, use Desktop mode.

Re: IP Address control broken

2005-03-06 Thread Robert Reif
Mike Hearn wrote: On Sun, 2005-03-06 at 10:09 -0500, Robert Reif wrote: Try it with: Managed = N in your config file. No, there's no point, keyboard input going to the terminal for unmanaged windows is the expected behaviour. If you want to use unmanaged windows, use Desktop mode. The

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
On Sun, 06 Mar 2005 10:43:50 -0500, Robert Reif wrote: The real app that has this problem is dialog based and uses menus. The only way to get those menus to work is to set Managed to N. So I have to run in Desktop mode for it to work properly? That stinks. Any plans on fixing this

Picasa2- slideshow mode fixes [patch #1]

2005-03-06 Thread Matthew Mastracci
I've been trying to get the slideshow mode in Picasa2 to work, but it seems like it's relying on IDirectDrawSurface-Lock() to return DDERR_SURFACEBUSY if the surface is already locked. If this call doesn't return the error, it seems to keep hammering the function until it does. It then

Re: Picasa2- slideshow mode fixes [patch #1]

2005-03-06 Thread Matthew Mastracci
Woohoo! With my patch from before and some extra hacking, I managed to get the slideshow working in Picasa by faking out some DirectDraw capabilities. Apparently, it requires the presence of the DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to do its slideshow properly (and aborts silently if

Re: Better test for visible desktop, should be working on all platforms.

2005-03-06 Thread peter
Simple qu, since I'm not that familiar with Wine yet. How can I run a desktop under wine? Is it poss to have two or more apps running concurrently in the same wine session? TIA. On Sat, 5 Mar 2005 21:11:59 +0800, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Dmitry Timoshkov [EMAIL PROTECTED]

Re: More destinations for wineoss's mixer

2005-03-06 Thread peter
On 05 Mar 2005 12:34:26 -0500, Vincent Béron [EMAIL PROTECTED] wrote: According to MSDN, DST_HEADPHONES can be the same as DST_SPEAKERS, DST_LINE and DST_VOICEIN as DST_WAVEIN. Peter, does this one helps Dragon NS 7? Changelog: Make wineoss's mixer know about DST_HEADPHONES, DST_LINE and

Re: building programs

2005-03-06 Thread Vincent Béron
Le sam 05/03/2005 à 16:17, Rob D a écrit : I have attached 2 Makefiles that give me the unresolved main error on Solaris10. AEP Makefile is supposed to make an executable from a few files and some libraries. I've only looked at the netclient one for now, I'll get to the other one soon.

Re: building programs

2005-03-06 Thread Vincent Béron
Le sam 05/03/2005 à 16:17, Rob D a écrit : I have attached 2 Makefiles that give me the unresolved main error on Solaris10. AEP Makefile is supposed to make an executable from a few files and some libraries. Now I've had time to look at this one. I simplified it a bit (only kept

Re: [winedbg] Get expressions working again.

2005-03-06 Thread Oliver Stieber
- in type_get_info, extend the types supported by also searching the lookup table for the pointers type. the lookup table should contain pointee type and module of pointee. You could also extend step 1 by not adding a pointer that already exists. A+ does the attached (and quickly

Re: Picasa2- slideshow mode fixes [patch #1]

2005-03-06 Thread Mike Hearn
Woo, go Matthew! On Sun, 06 Mar 2005 00:55:29 -0700, Matthew Mastracci wrote: I don't know if I should submit this as part of a patch, since it doesn't implement the functionality. Here is the change, for those interested: No no, please do. Better stubs are definitely improvements, even if

[HELP] Quartz and FFMpeg question

2005-03-06 Thread Christian Costa
Hi, I'm working on a video wrapper around libavcodec from FFMpeg. Currently I can play rle, msvideo1 and mjpeg movies. But before submitting anything I must handle the dependency with libavcodec (and maybe libavformat in the future). AFAIK there is no stable API so we need to incorporate FFMpeg

Re: Picasa2- slideshow mode fixes [patch #1]

2005-03-06 Thread Matthew Mastracci
Mike Hearn wrote: Woo, go Matthew! On Sun, 06 Mar 2005 00:55:29 -0700, Matthew Mastracci wrote: I don't know if I should submit this as part of a patch, since it doesn't implement the functionality. Here is the change, for those interested: No no, please do. Better stubs are definitely

Re: Running ZooTycoon 2 Demo

2005-03-06 Thread Paul Vriens
On Sun, 2005-03-06 at 06:48, Henning Gerhardt wrote: Hello Paul, you wrote: installation of the app is fine (set version to winxp). When trying to run the demo it immediately fails: fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x77e38ea8) call to IWineD3DDevice_CreateRenderTarget failed

AUTO3STATE with BS_OWNERDRAW bug?

2005-03-06 Thread Michael Lin
Hi all, I am having problem with AUTO3STATE control that have BS_OWNERDRAW style set. Dialogs with this control will not show at all. For example, I have a control AUTO3STATE Text, 103, 10, 9, 149, 47, BS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_TABSTOP in my dialog resource and the dialog won't

winebuild changes

2005-03-06 Thread Dimitrie O. Paun
Hi Alexandre, Ivan found that on Windows .exe's can export functions, just like DLLs. He needs this for his work on ntoskrnl.exe. To support this, we need a bit of an interface change to winebuild. I've put together a simple patch to see if you are OK with such a change. If so, I'll finish it,

Wine logo (the glass)

2005-03-06 Thread Dimitrie O. Paun
Folks, do we have an .svg version of the logo? If so, where can I get it from? -- Dimi.

Re: [x11drv] Fix X11DRV_set_wm_hints

2005-03-06 Thread Dmitry Timoshkov
Maxime Bellengé [EMAIL PROTECTED] wrote: I don't agree with you because, if the application don't call this with the HTCAPTION parameter PostMessage( WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM( point.x, point.y)); but with HTLEFT, HTRIGHT ... the WM must resize the window I think. I

Re: FlashFXP v 3.01 and wine + Odin

2005-03-06 Thread Dimitrie O. Paun
On Sat, Mar 05, 2005 at 08:23:11PM +0100, Dietrich Teickner wrote: the child ask the parent, this ask the child, this ask the parrennt, this. never end, only if the stack at end. How did you get this trace? Can you send a +listview trace? -- Dimi.

Suggestion For Wine Loader

2005-03-06 Thread Jason Couture
How hard would it be to introduce a Re-Compiler instead of an interpreter? To convert PE - ELF without having the source. The output would not have to be a user runnable file maybe just a cache? Possiable Speed up? To avoid copyright issues maybe the elf could require the pe to run? In my

Re: Suggestion For Wine Loader

2005-03-06 Thread Mike McCormack
Jason Couture wrote: How hard would it be to introduce a Re-Compiler instead of an interpreter? To convert PE - ELF without having the source. The output would not have to be a user runnable file maybe just a cache? Possiable Speed up? To avoid copyright issues maybe the elf could require the