Board index » delphi » COM-server - License info not found?
Ralf Kaiser
![]() Delphi Developer |
Tue, 17 May 2005 01:19:17 GMT
COM-server - License info not found?
Hello,
i have created a COM server that runs as COM plugin in office. Now i need to So i have tried to get my COM sever from within VBA: set mysvr = GetObject(Class:="mylib.MyAddIn") "GetObject" is the same as "GetActiveOLEObject" in Delphi. When this line is executed i get an error message "Licence information not Ho do i have to create my COM server to connect to the running instance and TMyAddInFactory.Create(ComServer, TMyAddIn, Class_MyAddIn, Or is it possible to provide the needed licence info using Delphi? TIA; |