Re: rpcrt4: Remove unreachable code in EmbeddedComplexSize.

2008-08-17 Thread Rob Shearman
2008/8/18 James McKenzie <[EMAIL PROTECTED]>: > Juan Lang wrote: >> Hi James, >> >> RPC_FC_ERROR_STATUS_T has a value of 0x10 and therefore isn't a possible value of "flags_type & 0xf" in the switch statement. >>> This may be a really stupid question, but is it possible to generate >

Re: How to use wine to load windows dll files ?

2008-08-17 Thread Vitaliy Margolen
Gregory Hosler wrote: > Upon investigation, I've discovered that many of the routines that I'm linking > against are not in libwine.so, but instead, they are in other libraries. e.g. > /usr/lib/wine/user32.dll.so, /usr/lib/wine/winmm.dll.so, and a few others. > > > I would like to know how to lin

How to use wine to load windows dll files ?

2008-08-17 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I'm a developer of an open source project that needs to load some windows dlls for conversion routines. Specifically, I'm the lead developer of GyachI https://sourceforge.net/projects/gyachi/ a Yahoo Messenger client. In GyachI, in

Re: New kernel development guide might be good model for Wine...

2008-08-17 Thread James Hawkins
On Sun, Aug 17, 2008 at 11:45 PM, Hongbo Ni <[EMAIL PROTECTED]> wrote: > "Dan Kegel" > wrote: > This guide seems rather well written: > > http://ldn.linuxfoundation.org/how-participate-linux-community > Wine could > probably use something similar. YES, the Wine development speed can be > greatly im

[no subject]

2008-08-17 Thread Hongbo Ni
Sorry my previous email got wrong format. "Dan Kegel" wrote: > This guide seems rather well written: > http://ldn.linuxfoundation.org/how-participate-linux-community > Wine could probably use something similar. YES, the Wine development speed can be greatly improved if similar development pro

RE: New kernel development guide might be good model for Wine...

2008-08-17 Thread Hongbo Ni
"Dan Kegel" <[EMAIL PROTECTED]> wrote: > This guide seems rather well written: > http://ldn.linuxfoundation.org/how-participate-linux-community > Wine could probably use something similar. YES, the Wine development speed can be greatly improved if similar development process is adepted, special

Re: rpcrt4: Remove unreachable code in EmbeddedComplexSize.

2008-08-17 Thread James McKenzie
Juan Lang wrote: > Hi James, > > >>> RPC_FC_ERROR_STATUS_T has a value of 0x10 and therefore isn't a >>> possible value of "flags_type & 0xf" in the switch statement. >>> >> This may be a really stupid question, but is it possible to generate >> this condition? >> > > No, it isn't po

Re: .NET program crashes involving stubbed functions

2008-08-17 Thread James McKenzie
Adam Petaccia wrote: > On Wed, 2008-08-13 at 19:32 +0100, Reece Dunn wrote: > >> 2008/8/13 Adam Petaccia <[EMAIL PROTECTED]>: >> >>> Its customary to make a function return NotImplemented in Gdiplus, if >>> its just a dummy function that does nothing and returns. But .NET seems >>> to check

Re: rpcrt4: Remove unreachable code in EmbeddedComplexSize.

2008-08-17 Thread Juan Lang
Hi James, >> RPC_FC_ERROR_STATUS_T has a value of 0x10 and therefore isn't a >> possible value of "flags_type & 0xf" in the switch statement. > > This may be a really stupid question, but is it possible to generate > this condition? No, it isn't possible. 0xf & (any value) will never produce any

Re: rpcrt4: Remove unreachable code in EmbeddedComplexSize.

2008-08-17 Thread James McKenzie
Rob Shearman wrote: > RPC_FC_ERROR_STATUS_T has a value of 0x10 and therefore isn't a > possible value of "flags_type & 0xf" in the switch statement. > Rob: This may be a really stupid question, but is it possible to generate this condition? James McKenzie

Re: Patchwatcher status

2008-08-17 Thread Kai Blin
On Thursday 14 August 2008 16:38:40 Dan Kegel wrote: > What to do, what to do... how about this: are there any python users > on the list who would be willing to help adapt buildbot to our needs? I've subscribed to the buildbot list as well, and I'll start looking over the code once I figured ou

Patchwatcher status

2008-08-17 Thread Dan Kegel
Patchwatcher falsely complained that [2/17] richedit: Removed assumption about the order of rtf indent didn't apply because the regexp I used to detect the end of a patch series falsely matched the first patch in a series of 1x patches. Here's the fix: --- patchwatcher.sh (revision 150) +++

Re: kernel32: Tiny improvement to the GetVolumePathNameW stub (try 3)

2008-08-17 Thread Michael Karcher
Am Samstag, den 16.08.2008, 23:56 + schrieb Louis. Lenders: > Hi Michael, thanks again for the comment, i moved the check for the > stringlength to the front, and removed the wrong check for the > bufferlength (oops). Looks quite good now, but somehow the "return TRUE;" line got lost. Regards,