[EMAIL PROTECTED] schrieb:
> Does comtypes automatically handle Object cleanup when the code goes
> out of scope? Or is there some command that I should send to release
> the Object/.dll?

Unloading the server that implements the COM object is done by the COM runtime;
there is nothing special that you have to do.  Normally you do not even
know or have to care which dll/exe this is.
  
> comtypes has saved the day.... Thanks for your hard work!
> 
You're welcome!

Thomas


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to