Re: [python-win32] com object in python

2009-11-23 Thread Tim Roberts
Jisun lee wrote: > > > > Then I executed “MILD” in VC98 and got some files names “xx.h” and > “xx_i.c” and tlb etc. > > So, I generated a VC++ project to call the instance with those. > > Even I succeed to compile but when I execute the result, it shows > “interface error” which called by hr==E_N

[python-win32] com object in python

2009-11-23 Thread Jisun lee
Hello, all I tested a python script using win32com and VC++, but I have some problem to use interfaces from my python code to VC++. -mypython code- import pythoncom … IID_IShowMeDoDemo = pythoncom.MakeIID("{5104D21B-5756-4ABA-8632-B386C283CCC3}") _reg_clsid_ = "{12AECA5C-C50A-4f01-8CFB-CE5FC9F