简体   繁体   中英

IFilterSample in 64bit Windows

Has anyone gotten the IFilter sample from Microsoft to work on 64bit Windows 7? I am following the exact steps in the Readme.txt and I don't get the search to return the proper results. Is there something I need to do to get this to work on 64bit windows that I am overlooking?

Thanks,

Jeff

OK, I got my IFilter working on 64bit and 32bit by stopping and restarting the search system using.

NET STOP WSEARCH
<install your DLL>
NET START WSEARCH

I had thought this was a 32 bit/64bit problem, but it appears it was just the service not being restarted.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM