Bugs item #761264, was opened at 2003-06-26 15:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=761264&group_id=78018
Category: com
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Marc ENGEL (marcengel)
Assigned to: Nobody/Anonymous (nobody)
Summary: If Event not starting with "On" are not handle properly
Initial Comment:
I have a .NET assembly that generates an Event.
The event name is Started. I got the following exception:
com_error: (-2147352567, 'Exception occurred.',
(0, '', 'Unknown name.', None, 0, -2147352570), None)
The problem is that when calling MakePy on the TLB, it
generates the event name as"OnStarted" and
not "Started" in _dispid_to_func_
If the event name in C# assembly event interface
is "OnStarted" than everything works fine.
I don't know if this is specific to .NET interoperabilty or
not.
I never noticed it with COM connection points
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=761264&group_id=78018
|