Windows 7 64位
我已经下载了与Opengl和DevIl一起工作的Tao框架。问题是当我尝试使用devIl库时,我在64位平台(设置>构建>平台目标)下得到这个错误
Unable to load DLL 'DevIL.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)当我尝试在32位平台下使用这个库时,我得到了这个错误
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)我怎么才能修复它?
https://stackoverflow.com/questions/6027204
复制相似问题