c++ - using dllhost directly to host COM objects -
i use ifilter (as client) search text in files. document types doc have registered filter handlers both 32 , 64 bit, others docx register 1 kind. if program happens not match "bitness" of ifilter component, cannot use ifilter object.
i have read of registry tricks can used using dllsurrogate, don't want interfere users' registry. can write own surrogate, wondering whether can take advantage of default system surrogate dllhost, calling directly instantiate com class.
has tried it? once start dllhost particular /processid:{clsid} how communicate separate process?
Comments
Post a Comment