Re: oleaut32: fix regression at MSFT typelib parsing

2006-11-03 Thread a_villacis
> On Fr, 2006-11-03 at 11:42 -0500, [EMAIL PROTECTED] wrote: >> Finally, I managed to figure out the proper fix for the crash on >> regsvr32 msvbvm60.dll > > Great! > Thanks for your investigation. > > I have no Idea about ole, but... > >>MESSAGE("\thelpstring: %s\n", debugstr_w(pfd->HelpString

Re: oleaut32: fix regression at MSFT typelib parsing

2006-11-03 Thread Detlef Riekenberg
On Fr, 2006-11-03 at 11:42 -0500, [EMAIL PROTECTED] wrote: > Finally, I managed to figure out the proper fix for the crash on > regsvr32 msvbvm60.dll Great! Thanks for your investigation. I have no Idea about ole, but... >MESSAGE("\thelpstring: %s\n", debugstr_w(pfd->HelpString)); > - MESS

oleaut32: fix regression at MSFT typelib parsing

2006-11-03 Thread a_villacis
Finally, I managed to figure out the proper fix for the crash on regsvr32 msvbvm60.dll (and probably some other DLLs too). It turns out that the field from which TLBFuncDesc->Entry is filled is supposed to indicate the function entry point that implements the function described in the typelib. The