Dhibi_Mohanned
Dhibi_Mohanned

Reputation: 313

Problems with the IFilter library when compile as x86

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.

Upvotes: 1

Views: 98

Answers (1)

Filias
Filias

Reputation: 71

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.

Upvotes: 2

Related Questions