problem about typelibrary-Collection of common programming errors
Cody Gray
.net com winapi pe typelibrary
Is there any attribute, property, or method available which tells whether a given type library is an in-proc COM server or an out-of-proc COM server?
KTamas
ruby automation win32ole type-library typelibrary
Okay, so I’m doing some good OLE’ (sorry) automation with ruby and I ran into a weird problem. I’m trying to extract some data from a Type Library. This works in VB:Dim c As New TControlsLib.LangCombo Dim l As TControlsLib.Language Dim converter As New TControlsLib.LcidConverter c.AddAllSystemLanguages mtAllKnownLanguages, True For Each l In c.LanguagesDebug.Print l.DisplayName & “;” & converter.IsoAbbreviationFromLcid(l.Lcid) NextTControlsLib is the Type Library (Full name: “TRADOS Cont
Web site is in building