Re: Unknown stab type in crashes

2005-05-14 Thread Eric Pouech
Hans Leidekker a écrit : On Saturday 14 May 2005 21:44, Eric Pouech wrote: I'm asking because those stabs types seem to be emitted only on darwin Anyway, that's easy to silence them since they're not documented in standard ELF format I have had this patch in my tree for a while now. Should I send

Re: comctl32: Move TrackMouse handling to MouseMove

2005-05-14 Thread James Hawkins
On 5/14/05, Dimi Paun <[EMAIL PROTECTED]> wrote: > On Sat, 2005-05-14 at 11:12 -0500, James Hawkins wrote: > > + LVHITTESTINFO lvHitTestInfo; > > + INT nItem; > > + > > + if (infoPtr->bLButtonDown) { > > + lvHitTestInfo.pt = infoPtr->ptClickPos; > > + nItem = LISTVIEW_HitTest(infoPtr, &l

Re: Video Capturing under Wine

2005-05-14 Thread Maarten Lankhorst
James Hawkins wrote: On 5/14/05, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: We are not windows, using HKLM/SYSTEM/.../msvideo would not be an option imho, because when should we write it? And what if you just connected your webcam and modprobe'd the drivers for it, it would make things too d

Re: Unknown stab type in crashes

2005-05-14 Thread Hans Leidekker
On Saturday 14 May 2005 21:44, Eric Pouech wrote: > I'm asking because those stabs types seem to be emitted only on darwin > Anyway, that's easy to silence them since they're not documented in > standard ELF format I have had this patch in my tree for a while now. Should I send it to wine-patches

Re: Unknown stab type in crashes

2005-05-14 Thread Eric Pouech
James Hawkins a écrit : On 5/14/05, Eric Pouech <[EMAIL PROTECTED]> wrote: aren't using something generated on Darwin by any chance ? A+ Not that I know of. I'm running Fedora Core 4 test2. These errors crop up with a vanilla cvs, but I'll re-checkout everything and build again to see if the pro

Re: comctl32: Move TrackMouse handling to MouseMove

2005-05-14 Thread Dimi Paun
On Sat, 2005-05-14 at 11:12 -0500, James Hawkins wrote: > + LVHITTESTINFO lvHitTestInfo; > + INT nItem; > + > + if (infoPtr->bLButtonDown) { > + lvHitTestInfo.pt = infoPtr->ptClickPos; > + nItem = LISTVIEW_HitTest(infoPtr, &lvHitTestInfo, TRUE, TRUE); > + > + if (LISTVIEW_TrackMouse(

Re: Video capturing under Wine, some overview

2005-05-14 Thread Dustin Navea
Dimi Paun wrote: Anyway, maybe we should name it winevideo after all. I like wvid better.. it's short and to the point, and mimics xvid hehe!

Re: Video Capturing under Wine

2005-05-14 Thread James Hawkins
On 5/14/05, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > We are not windows, using HKLM/SYSTEM/.../msvideo would not be an option > imho, because when should we write it? And what if you just connected your > webcam and modprobe'd the drivers for it, it would make things too difficult. > I thi

Re: Video Capturing under Wine

2005-05-14 Thread Maarten Lankhorst
Basically applications have two obvious ways to use video capture services in Windows. One is avicap32.dll which is basically the Video for Windows way of doing this and the other one is ActiveMovie/DirectShow, soon to be obsoleted by Microsoft as well, as it seems. Avicap32 implements two functio

Re: Unknown stab type in crashes

2005-05-14 Thread James Hawkins
On 5/14/05, Eric Pouech <[EMAIL PROTECTED]> wrote: > aren't using something generated on Darwin by any chance ? > A+ Not that I know of. I'm running Fedora Core 4 test2. These errors crop up with a vanilla cvs, but I'll re-checkout everything and build again to see if the problem has gone away.

sonicstage

2005-05-14 Thread wino
Hi , I have just bought a NH900 and wanted to try to get it to communicate with linux, I did a quick search before buying and found a ref to someone who reckoned to have got this working. I believe sonicstage2 under wine. Seem to have lost the link and google is not helping today. Anyone got

Re: [WINEDOCS] Add French translation for Wine's FAQ

2005-05-14 Thread Dimi Paun
On Fri, 2005-05-13 at 16:18 +0200, Francois Gouget wrote: > 1) we get the first bits of the French translation checked in > 2) then you would import Po4a > 3) and I adapt the makefiles to look for it in po4a/ instead of > trying to detect it in configure.ac > > Alternately we can swap 1 and

Re: Video capturing under Wine, some overview

2005-05-14 Thread Dimi Paun
On Sat, 2005-05-14 at 11:27 +0200, Eric Pouech wrote: > well, I don't think we'd want to do the same mess for video than the one we > (I?) > did (started) for audio. > IMO, we'd be better off with a unique winevideo driver (from a windows point > of > view), which would then determine at star

Re: winefile

2005-05-14 Thread Dimi Paun
On Sat, 2005-05-14 at 12:50 +0200, Jacek Caban wrote: > Aren't we? :) Of course, I just thought that maybe you were talking off the list with other folks. Nevermind, I was half joking anyway. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: Unknown stab type in crashes

2005-05-14 Thread Eric Pouech
James Hawkins a écrit : Hey, Whenever wine crashes, I get a long stream of err:dbghelp_stabs:stabs_parse Unknown stab type 0x2e err:dbghelp_stabs:stabs_parse Unknown stab type 0x4e err:dbghelp_stabs:stabs_parse Unknown stab type 0x2e err:dbghelp_stabs:stabs_parse Unknown stab type 0x4e err:dbghel

Re: Winelib's role in converting Windows applications

2005-05-14 Thread Eric Pouech
Troy Rollo a écrit : On Sat, 7 May 2005 16:16, Shachar Shemesh wrote: What I found, when I suggested to clients to work this way, was that the debugging tools were wholly and utterly inadequate. With all due respect (and I have TONS of respect) to winedbg, it's not up to the standards of working w

Re: Debugging remotely from Visual studio

2005-05-14 Thread Eric Pouech
David Hemmo a écrit : Eric Pouech wrote: - kernel send a trap signal - wine's ntdll catches it, and queue the information as a debug event in the wineserver - the debugger (msvcmon in your case) get notified of the trap while waiting for a debug event I understand. I made a log of what happens w

Re[11]: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-05-14 Thread Vitaliy Margolen
Friday, May 13, 2005, 2:14:18 PM, you wrote: > On Wed, 2005-05-11 at 14:38 -0600, Vitaliy Margolen wrote: >> > Is there a way of trapping and spitting to stdout all the window-related >> > event messages that are being sent to an app? Or do they not happen in >> > any kind of central enough place t

Re: winefile

2005-05-14 Thread Jacek Caban
Dimi Paun wrote: >On Fri, 2005-05-13 at 22:43 +0200, Jacek Caban wrote: > > >>We're planning to add a new explorer application. >> >> > >Who's "we"? > > > Aren't we? I meant "we" as "wine developers", but maybe I should use "you" as I didn't participate in the discussion. Anyway, as I re

Re: Video capturing under Wine, some overview

2005-05-14 Thread Eric Pouech
Dimitrie Paun a écrit : What are the thoughts about this? Having a winev4l seems like it would be the way to go. There's a lot of good info in this message, maybe you can create a page on the Wiki to capture all this stuff. well, I don't think we'd want to do the same mess for video than the one w