@@ -631,7 +631,7 @@ def parse_typeinfo(self, tinfo):
631
631
return self .ParseUnion (tinfo , ta )
632
632
else :
633
633
print ("NYI" , tkind )
634
- ## raise "NYI", tkind
634
+ # raise "NYI", tkind
635
635
636
636
def parse_LibraryDescription (self ):
637
637
la = self .tlib .GetLibAttr ()
@@ -666,46 +666,46 @@ def __init__(self, tlib):
666
666
################################################################
667
667
# some interesting typelibs
668
668
669
- ## these do NOT work:
670
- # XXX infinite loop?
671
- ## path = r"mshtml.tlb" # has propputref
669
+ # these do NOT work:
670
+ # XXX infinite loop?
671
+ # path = r"mshtml.tlb" # has propputref
672
672
673
- # has SAFEARRAY
674
- # HRESULT Run(BSTR, SAFEARRAY(VARIANT)*, VARIANT*)
675
- ## path = "msscript.ocx"
673
+ # has SAFEARRAY
674
+ # HRESULT Run(BSTR, SAFEARRAY(VARIANT)*, VARIANT*)
675
+ # path = "msscript.ocx"
676
676
677
- # has SAFEARRAY
678
- # HRESULT AddAddress(SAFEARRAY(BSTR)*, SAFEARRAY(BSTR)*)
679
- ## path = r"c:\Programme\Microsoft Office\Office\MSWORD8.OLB" # has propputref
677
+ # has SAFEARRAY
678
+ # HRESULT AddAddress(SAFEARRAY(BSTR)*, SAFEARRAY(BSTR)*)
679
+ # path = r"c:\Programme\Microsoft Office\Office\MSWORD8.OLB" # has propputref
680
680
681
- # has SAFEARRAY:
682
- # SAFEARRAY(unsigned char) FileSignatureInfo(BSTR, long, MsiSignatureInfo)
683
- ## path = r"msi.dll" # DispProperty
681
+ # has SAFEARRAY:
682
+ # SAFEARRAY(unsigned char) FileSignatureInfo(BSTR, long, MsiSignatureInfo)
683
+ # path = r"msi.dll" # DispProperty
684
684
685
- # fails packing IDLDESC
686
- ## path = r"C:\Dokumente und Einstellungen\thomas\Desktop\tlb\win.tlb"
687
- # fails packing WIN32_FIND_DATA
688
- ## path = r"C:\Dokumente und Einstellungen\thomas\Desktop\tlb\win32.tlb"
689
- # has a POINTER(IUnknown) as default parameter value
690
- ## path = r"c:\Programme\Gemeinsame Dateien\Microsoft Shared\Speech\sapi.dll"
685
+ # fails packing IDLDESC
686
+ # path = r"C:\Dokumente und Einstellungen\thomas\Desktop\tlb\win.tlb"
687
+ # fails packing WIN32_FIND_DATA
688
+ # path = r"C:\Dokumente und Einstellungen\thomas\Desktop\tlb\win32.tlb"
689
+ # has a POINTER(IUnknown) as default parameter value
690
+ # path = r"c:\Programme\Gemeinsame Dateien\Microsoft Shared\Speech\sapi.dll"
691
691
692
692
693
- ## path = r"hnetcfg.dll"
694
- ## path = r"simpdata.tlb"
695
- ## path = r"nscompat.tlb"
696
- ## path = r"stdole32.tlb"
693
+ # path = r"hnetcfg.dll"
694
+ # path = r"simpdata.tlb"
695
+ # path = r"nscompat.tlb"
696
+ # path = r"stdole32.tlb"
697
697
698
- ## path = r"shdocvw.dll"
698
+ # path = r"shdocvw.dll"
699
699
700
- ## path = r"c:\Programme\Microsoft Office\Office\MSO97.DLL"
701
- ## path = r"PICCLP32.OCX" # DispProperty
702
- ## path = r"MSHFLXGD.OCX" # DispProperty, propputref
703
- ## path = r"scrrun.dll" # propput AND propputref on IDictionary::Item
704
- ## path = r"C:\Dokumente und Einstellungen\thomas\Desktop\tlb\threadapi.tlb"
700
+ # path = r"c:\Programme\Microsoft Office\Office\MSO97.DLL"
701
+ # path = r"PICCLP32.OCX" # DispProperty
702
+ # path = r"MSHFLXGD.OCX" # DispProperty, propputref
703
+ # path = r"scrrun.dll" # propput AND propputref on IDictionary::Item
704
+ # path = r"C:\Dokumente und Einstellungen\thomas\Desktop\tlb\threadapi.tlb"
705
705
706
- ## path = r"..\samples\BITS\bits2_0.tlb"
706
+ # path = r"..\samples\BITS\bits2_0.tlb"
707
707
708
- ## path = r"c:\vc98\include\activscp.tlb"
708
+ # path = r"c:\vc98\include\activscp.tlb"
709
709
710
710
def get_tlib_filename (tlib ):
711
711
# seems if the typelib is not registered, there's no way to
0 commit comments