> 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
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
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