Home › Forums › General XMetaL Discussion › Problem with xmetal55.tlb file › Reply To: Problem with xmetal55.tlb file
Reply to: Problem with xmetal55.tlb file
May 4, 2010 at 12:14 amBy late-binding, I guess you are using IDispatch. Sorry for that but this is the only fix for the short-term.
Turns out, our IDL file has occurrences of the same case-insensitive name for both parameters and properties. We would need to alter the XMetaL IDL file to ensure parameter names are distinct from property or method names. Otherwise, the MIDL compiler is going to change the casing in the xmetal55.tlb by-design:
[url=http://support.microsoft.com/kb/220137]http://support.microsoft.com/kb/220137[/url]
Regards,
Addam