Sorry about that. I added the newlines in my latest patch. Thanks for
telling me.
On Feb 8, 2011 4:22 AM, "Nicolas Le Cam" wrote:
> 2011/2/8 Jack Edmonds
>
>> Fixes bug 25698 and addresses one of the test cases in bug 24278
(possibly
>> resolves bug 24278 but more te
I recently submitted a bug
(http://bugs.winehq.org/show_bug.cgi?id=25934). I'm not sure if I did a
good job on the submission, but if I did, I was thinking it would be a
good first bug to work on so as to introduce me to the Wine source code.
I was wondering if someone could help me get started on
Hi.
I've tryed to run game Project Entropia and I got segmentation fault
because of a bug in OLE.
I've hacked code and I found two bugs:
1. ITypeInfo has back pointer to ITypeLib, but it's possible (and
happened) that ITypeLib is
destroyed and later ITypeInfo calls its function. I've solve this