Displaying 1 result from an estimated 1 matches for "qaseri".
Did you mean:
laser
2005 Oct 17
1
COM objects with early bindings in R
...nstead 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 QaSerLib
"coclass" "dispatch" "coclass"...