COM makepy util finds multiple versions of my COM object

B

bg_ie

Hi,

I have a problem where an earlier version of my Com object is being
used by makepy for early binding. In makepy I see -

MyCom (1.0)
MyCom (1.0)
MyCom (2.0)

I created version 2 of my Com object hoping that this would solve the
problem but makepy is still using an earlier version. I can solve the
problem by editing the registry, but this problem now exists on a
number of computers...

Any ideas as to how I might solve this one?

I'm using build 210 of pythonwin.

Thanks for your help,

Barry.
 
T

Tim Roberts

I have a problem where an earlier version of my Com object is being
used by makepy for early binding. In makepy I see -

MyCom (1.0)
MyCom (1.0)
MyCom (2.0)

Is your MyCom object also in Python? The only way this can happen is if
you are generating different GUIDs every time you register the thing. If
so, you need to unregister the old version before you register a new one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top