Linking these libraries was just like linking any other library.
But my issue comes when I run my project I am not getting linker errrors but my error is about "DLL"
I get
"The program can't start because DevIL.dll is missing from your computer. Try reinstalling the program to fix this problem"
I do not want the .dll. I linked the other libraries for a reason. Or am I assuming wrong and DevIL will only work by me having to place this DLL in the system root?
Because my goal is to link DevIL without putting any DLLs in other places. I just figured I could use the the linker libraries like how you can with openGL.
If there's any good example let me know. I have also done some tutorials and a few examples but no luck. I keep getting this "DevIL.dll is missing" error window.