Welcome to the Xceed Community | Help
Community Search  
More Search Options

can't use ActiveX dll without regsvr32

Sort Posts: Previous Next
  •  11-01-2008, 6:59 AM Post no. 16552

    can't use ActiveX dll without regsvr32

    Hello All,

    I need to use Xceed library without registration in the system. I mean without using regsvr32 and this is very important for me.

        m_dllInstance = LoadLibrary(XCEEDCRYFILENAME);

             m_fDllGetClassObject = (DLLGETCLASSOBJECT)GetProcAddress(m_dllInstance, "DllGetClassObject");
            IClassFactory *pClassFactory;
            m_fDllGetClassObject(__uuidof(XceedEncryption), IID_IClassFactory, (LPVOID*)&pClassFactory);

            REFIID refIID = __uuidof(IXceedEncryption);
            pClassFactory->CreateInstance( NULL, refIID, (void**) &m_xceedEncryption );

     

    This way excelent works with some other ActiveX dll but dont works with Xceed activex dll. m_xceedEncryption is always equal zero.

    Please advice me how can I use Xceed activeX dll without regsvr32?

    thanks in advance.

  •  11-03-2008, 3:46 PM Post no. 16603 in reply to 16552

    Re: can't use ActiveX dll without regsvr32

    Unfortunately, this is not possible.
    André
    Software Developer
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.