Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top