jameswh
11-26-2008, 06:08 AM
sorry if this is slightly off topic.. but you guys seem to know everything opengl, or in this case opengl related...
so ive added DevIL "include" and "lib" directories to my MSVC 2008 express.
the documentation doesnt say, but ive added "DevIL.lib" to my project additonal dependencies field. (without it, it doesnt work)
then in my cpp... #include "IL/il.h"
-> i get a popup error saying "DevIL.dll" is not found
-> if i add this to my additonal dependencies field i get a compile error...
"DevIL.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2A8"
if i take out devil.lib, i get the same thing
ive downloaded it twice and tried the 1.73 and 1.72 RC
same problem in both release and debug.
not sure what to do now... can anyone help?
thanks
james
i get an error
so ive added DevIL "include" and "lib" directories to my MSVC 2008 express.
the documentation doesnt say, but ive added "DevIL.lib" to my project additonal dependencies field. (without it, it doesnt work)
then in my cpp... #include "IL/il.h"
-> i get a popup error saying "DevIL.dll" is not found
-> if i add this to my additonal dependencies field i get a compile error...
"DevIL.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2A8"
if i take out devil.lib, i get the same thing
ive downloaded it twice and tried the 1.73 and 1.72 RC
same problem in both release and debug.
not sure what to do now... can anyone help?
thanks
james
i get an error