I have developing a c# application and I use the IFilter library to extract the content of the files. The problem is that the function LoadLibrary doesn't work when compiled to x86.

I would using the library Ifilter in c# application witch run as x86. It's possible ?

Thanks a lot in advance.

有帮助吗?

解决方案

Nice example how to use iFilter in C# is on CP http://www.codeproject.com/Articles/13391/Using-IFilter-in-C

Working on 32b/64b enviroment. Also as x86 app.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top