On Monday 08 December 2003 21:22, Marcus Meissner wrote:
On Mon, Dec 08, 2003 at 10:39:54AM +0000, Andrew de Quincey wrote:
e.g. in ITypeInfo_fnGetIDsOfNames, I have changed it to if(This->TypeAttr.cImplTypes && (This->TypeAttr.typekind==TKIND_INTERFACE || This->TypeAttr.typekind==TKIND_DISPATCH)) {
Do you have a sample installer for download?
Bah, I can't find one thats (a) available easily (b) free, and (c) has the same problem.
However, I AM writing you a sample winelib program which demonstrates the problem using the installshield typelib... I'll send it to you in a moment.
I think the change is good. Please submit. :)
Cool, glad you agree :)
Next up is some reference count problem; the ITypeLib interface seems to get destroyed too early.