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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -