Re: [python-win32] A question about COM in general

2010-11-11 Thread Tim Roberts
Eileen Wei wrote: > > I wonder if ctype can be used on C++ code as well? By searching on > line the answer I found seems to be that it can’t, but I don’t know if > those are the “right” answers. If ctype can be used on C++ then it > seems like the most straightforward way to go, is that correct? >

Re: [python-win32] A question about COM in general

2010-11-11 Thread Eileen Wei
Hi Tim and Roberto, Thanks a lot for your reply. I somehow messed up with my account and didn't receive any email so I didn't see your replies until I checked the archive today, so sorry for the late reply. I wonder if ctype can be used on C++ code as well? By searching on line the answer I fo

Re: [python-win32] A question about COM in general

2010-10-19 Thread Roberto Aguilar
On Oct 19, 2010, at 9:41 AM, Tim Roberts wrote: > Eileen Wei wrote: >> I am a software tester and I am exploring ways to exposing APIs of >> Windows applications that’s developed in C++ and MFC to Python for >> testing purpose. I just learned about COM last week and I am wondering >> if it’s the be

Re: [python-win32] A question about COM in general

2010-10-19 Thread Tim Roberts
Eileen Wei wrote: > > > > > I am a software tester and I am exploring ways to exposing APIs of > Windows applications that’s developed in C++ and MFC to Python for > testing purpose. I just learned about COM last week and I am wondering > if it’s the best way to do it? I have also heard about ot