DevIL Libraries

Started by
1 comment, last by the_edd 12 years ago
I recently tried to use the DevIL Image libraries but I decided to give up. So I took all references of it out of my code and took it out of the directory's. BUT I'm still getting an LNK1104 Error it says "cannot open ilut.h"

I don't know if I'm missing something :/

Any help would really help me out :)
Advertisement
Your some source files are still including ilut.h
Do a text search in files for "ilut" and see where include it.

https://www.kbasm.com -- My personal website

https://github.com/wqking/eventpp  eventpp -- C++ library for event dispatcher and callback list

https://github.com/cpgf/cpgf  cpgf library -- free C++ open source library for reflection, serialization, script binding, callbacks, and meta data for OpenGL Box2D, SFML and Irrlicht.

Or you've told your linker to link ilut.h (?!)

This topic is closed to new replies.

Advertisement