我想在我的C#應用程序中使用opengl中的紋理。 我使用的陶框架,我用這個代碼C#opengl紋理
http://www.gamedev.net/community/for...opic_id=405453(後#2)
但我得到這個運行時錯誤:
An unhandled exception of type 'System.DllNotFoundException' occurred in WindowsFormsApplication1.exe
Additional information: Unable to load DLL 'DevIL.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
有人能幫助我嗎?
有沒有其他方法可以做到這一點?
錯誤消息有你需要的全部信息。在互聯網中找到DevIL.dll(如果你沒有它)並放在路徑上的任何位置(在[windows directory] \ system32的程序目錄中)。 – alxx 2010-10-12 13:58:35
DevIL是一個圖像加載庫:http://openil.sourceforge.net/ – Ishtar 2010-10-12 13:58:41
我甚至把它放在sysyem32,但它不工作 – mrbm 2010-10-12 14:04:31