Re: Make winelib resource data writeable

2005-05-15 Thread Dmitry Timoshkov
"Felix Nawothnig" <[EMAIL PROTECTED]> wrote: > For PE files there is a hack in kernel/except.c which does COW for > resource data - but winelib apps crash when they try to write to it. > (If this is a design-decision please tell me) As it's clearly indicated in the error message in kernel/except

Re: PATCH: hglobalstream static

2005-05-15 Thread Dmitry Timoshkov
"Marcus Meissner" <[EMAIL PROTECTED]> wrote: > /*** > + * This implements the IUnknown method AddRef for this > + * class > + */ > +static ULONG WINAPI HGLOBALStreamImpl_AddRef( > + IStream* iface) > +{ > + HGLOBALStreamImpl* const This=(HGLOBALStreamImpl*)iface; > + return InterlockedIncrement

Re: Extending File Dialog to include unix file paths [4/4]

2005-05-15 Thread Michael Lin
Hi Michael, Our work on this topic basically have the same goal but slightly different approach. We both want to extend the file dialog to include unix file path without changing the current behaviour for current user if they don't want unix file path. I believe our patchs should be merged to

SetThreadPriority, gamerz needed (Re: Game sound problem with wine 20050310 (Debian testing))

2005-05-15 Thread Andreas Mohr
Hi, On Sat, May 07, 2005 at 12:13:00PM +0100, J. Grant wrote: > On 07/05/05 10:49, Andreas Mohr wrote: > Okay, great! I am running debian sarge 2.6.8-2-k7 kernel, not > sure if that is SCHED_ISO and SCHED_BATCH aware, but I can > upgrade to the latest kernel in debian testing/sarge if necessary

dlls/msvcrt/time.c build breakage

2005-05-15 Thread Gerald Pfeifer
The following change to dlls/msvcrt/time.c revision 1.22 date: 2005/05/14 11:07:10; author: julliard; state: Exp; lines: +31 -4 Juan Lang <[EMAIL PROTECTED]> - move _timezone to time.c, and correct its type - implement _tzset, and initialize _daylight, _timezone, and _tzname from

Re: dlls/msvcrt/time.c build breakage

2005-05-15 Thread Juan Lang
Oops, I mistakenly assumed daylight and timezone were available in FreeBSD too. I'll take a look this week when I get a crack at my FreeBSD box. --Juan --- Gerald Pfeifer <[EMAIL PROTECTED]> wrote: > The following change to dlls/msvcrt/time.c > > revision 1.22 > date: 2005/05/14 11:07:10;

exeCryptor

2005-05-15 Thread Kenneth Porter
Anyone have experience with this on WINE? Another developer pointed this out to me for use with a Windows binary, and is not releasing Linux betas because there's no native Linux equivalent. (The app works fine native in Linux, but the dev want's to preve

Re: Debugging remotely from Visual studio

2005-05-15 Thread Eric Pouech
David Hemmo a écrit : what's strange is that esp is within stack limit... wine exception handler must this from another part... it may come from msvcmon tweaking the selectors (cs, ss) for some reasons I agree it is strange but it still comes up after a bunch of "001b: *signal* signal=5" t

Re: Debugging remotely from Visual studio

2005-05-15 Thread David Hemmo
what's strange is that esp is within stack limit... wine exception handler must this from another part... it may come from msvcmon tweaking the selectors (cs, ss) for some reasons I agree it is strange but it still comes up after a bunch of "001b: *signal* signal=5" that should not be there