[python-win32] Fwd: Re: Yet another person confused on static versus dynamic dispatch

2014-05-12 Thread Mark Hammond
Poster forgot to CC the list... --- Begin Message --- So in the case of the object I'm working with this is "a" correct method of early binding. Having all of the possible correct methods of early binding, depending upon the object implementation, for common object implementations, all laid out

[python-win32] has the COM interface capability changed since 1999

2014-05-12 Thread Eric S. Johansson
back in 1999ish, joel gould wrote the following and I want to know if it is still true. am planning on converting the 2.7ish natlink to 3.X some time over the next year. need to decide if I should leave the C++ code alone or can we go pure python? - The first step