Displaying 1 result from an estimated 1 matches for "generateinterfac".
Did you mean:
generateinterface
2005 Oct 17
1
COM objects with early bindings in R
Dear list member,
I am using the packages RDCOMClient 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")