Including error DevIL/ResIL image library in project

299 Views Asked by At

I try to compile a sample code using the Devil image library.
I already found this link:
DevIL library files and dependencies but this doesn't help me further

I already included the IL directory with its contents and the lib files to the project I get no IntelliSense warnings, so the funcions are recognized(using VS 2010)?!
But whenever I compile I get the error in a messagebox that DevIL.dll couldn't be find.

The sample code looks like this:
http://www.fpaste.org/98724/90701801/

Does anybody have a solution how to resolve the error?

1

There are 1 best solutions below

0
On

I found the solution: You have to add the dlls in the debug directory