Windows 7 64 Bit
i have downloaded Tao framework to work with Opengl and DevIl together. the problem is when i try to use devIl library i get this error under 64 bit platform ( settings > build > platform target)
Unable to load DLL 'DevIL.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
when trying to use the library under 32bit platform, i get thise error
Unable to load DLL 'DevIL.dll': The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. (Exception from HRESULT: 0x800736B1)
how can i fix it?