<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Lucida Console">When running from the Visual Basic IDE, it is
necessary to completely exit Visual Basic in order to get a new version of a COM
server. VB does not create a separate process to run your application from the
IDE. Windows keeps the version of the COM server that you invoked until all
processes which have invoked it are terminated. Therefore you must terminate the
instance of VB that was running the COM server. </FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=keith@kmcomputers.co.uk href="mailto:keith@kmcomputers.co.uk">Keith
Hickling</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=python-win32@python.org
href="mailto:python-win32@python.org">python-win32@python.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, December 11, 2003 2:13
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [python-win32] COM</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>Heeeeeellllp</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have created a com server in
Python.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I can access it via Visual basic and it
works.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>If I make changes to the python server dsepite
unregistering and re-registering the server Visual basic cannot see the
changes.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have tested the new server via Python and the
changes are registered.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have removed the .pyc created by the module and
recompiled vut Visual Basic absolutly refuses to see the changes. I have
unregistered rebooted and re registered but still can find no way to force
Visual basic to accept the changes.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Where is the copy or the code that Visual Basic
is seeing. How do I implement the changes.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Yours desparatley.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Martin</FONT></DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>Python-win32 mailing
list<BR>Python-win32@python.org<BR>http://mail.python.org/mailman/listinfo/python-win32<BR></BLOCKQUOTE></BODY></HTML>