Displaying 1 result from an estimated 1 matches for "qacalendar".
2005 Oct 17
1
COM objects with early bindings in R
...Client and SWinTypeLibs and try to import a COM
object (created in Delphi) in R that is of type 'early binding' instead of
late 'late binding'. Is there a possibility to do this in R?
Currently, the following returns an error message:
l1 = LoadTypeLib("c:\\Programme\\INVESCO\\QaCalendar\\Calendar.dll")
print(getTypeLibTypes(l1))
IQaCalPeriodicInit QaCalPeriodic IQaSeriesInit
"dispatch" "coclass" "dispatch"
QaSeries _QaSerLib QaS...