On Sun, Aug 14, 2005 at 10:27:20PM +0200, Felix Nawothnig wrote:
> Marcus Meissner wrote:
> >>Yes, but please don't use the IsBad* functions, use a proper exception
> >>handler.
> >Next try, is this what you imagined.
>
> The reason for using an exception handler is thread safety - to achieve
> t
Marcus Meissner wrote:
Yes, but please don't use the IsBad* functions, use a proper exception
handler.
Next try, is this what you imagined.
The reason for using an exception handler is thread safety - to achieve
that you have to put it around the ATOM_AddAtomA call.
Felix
On Thu, Aug 11, 2005 at 02:52:52PM +0200, Alexandre Julliard wrote:
> Marcus Meissner <[EMAIL PROTECTED]> writes:
>
> > So ... now we can:
> >
> > - fix this program by contacting the developers etc... which is difficult.
> > - fix WINE by adding a check.
> >
> > I can only fix WINE.
>
> Yes, but
Marcus Meissner <[EMAIL PROTECTED]> writes:
> So ... now we can:
>
> - fix this program by contacting the developers etc... which is difficult.
> - fix WINE by adding a check.
>
> I can only fix WINE.
Yes, but please don't use the IsBad* functions, use a proper exception
handler.
--
Alexandre J
On Tue, Aug 09, 2005 at 12:13:22PM +0300, Saulius Krasuckas wrote:
> * On Tue, 9 Aug 2005, Marcus Meissner wrote:
> >
> > The Ikea kitchen planner passed 0x for some reason and works
> > much better after this patch.
>
> It if uninitialized memory in a case of MSVC and MSVCRTD, I guess.
Hi,
On Tue, Aug 09, 2005 at 01:32:51PM +0300, Saulius Krasuckas wrote:
> * On Tue, 9 Aug 2005, Andreas Mohr wrote:
> > * On Tue, Aug 09, 2005 at 12:13:22PM +0300, Saulius Krasuckas wrote:
> > >
> > > It if uninitialized memory in a case of MSVC and MSVCRTD, I guess.
> > > BG in the app. :-)
* On Tue, 9 Aug 2005, Andreas Mohr wrote:
> * On Tue, Aug 09, 2005 at 12:13:22PM +0300, Saulius Krasuckas wrote:
> >
> > It if uninitialized memory in a case of MSVC and MSVCRTD, I guess.
> > BG in the app. :-)
>
> Yup, and AFAIR this gets initialized with 0x0c since that is a
> breakpoint
Hi,
On Tue, Aug 09, 2005 at 12:13:22PM +0300, Saulius Krasuckas wrote:
> * On Tue, 9 Aug 2005, Marcus Meissner wrote:
> >
> > The Ikea kitchen planner passed 0x for some reason and works
> > much better after this patch.
>
> It if uninitialized memory in a case of MSVC and MSVCRTD, I gu
* On Tue, 9 Aug 2005, Marcus Meissner wrote:
>
> The Ikea kitchen planner passed 0x for some reason and works
> much better after this patch.
It if uninitialized memory in a case of MSVC and MSVCRTD, I guess.
BG in the app. :-)