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: .NET program crashes involving stubbed functions

2008-08-15 Thread James Mckenzie
Reece Dunn <[EMAIL PROTECTED]> on Aug 13, 2008 11:32 AM wrote about .NET program crashes involving stubbed functions > >2008/8/13 Adam Petaccia <[EMAIL PROTECTED]>: >> Its customary to make a function return NotImplemented in Gdiplus, if >> its just a dummy function

Re: .NET program crashes involving stubbed functions

2008-08-15 Thread Reece Dunn
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 for this and throw an exception, crashing the program anyway. > > See bug http://bugs.winehq.org/

Re: .NET program crashes involving stubbed functions

2008-08-13 Thread Adam Petaccia
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 for this and throw an exception, cra

.NET program crashes involving stubbed functions

2008-08-13 Thread Adam Petaccia
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 for this and throw an exception, crashing the program anyway. See bug http://bugs.winehq.org/show_bug.cgi?id=12951 for details, but originally a p