Registering COM Server dynamically ??

Werner Schiendl ws-news at gmx.at
Wed Sep 5 05:59:18 EDT 2001


Hi,

>
> Actually I'm using Python COM objects from VB. Since the vbprogram.exe
> will need to call these objects, I thought I have to register them on
> each machine where the program is used since I (guess) I cannot use
> the same _clsid_ part.
>

Why shouldn't you register the same class with the same CLSID on every
machine?
This is the desired way to register a class!
(A class ID identifies a particular class, _not_ a particular installation
of that class)

regards
Werner






More information about the Python-list mailing list