Hi, I have been developing an library that uses DevIL to load images. I'm not entirely sure what I'm doing when it comes to building libraries but everything was going fine until I built the dll/lib and tried to use them in another project where I get the error:
"The application was unable to start correctly (0xc000007b)"
When I rebuild the library excluding any calls to DevIL it runs without a problem. I have made sure the new project links to the DevIL libraries and that the dll is in the correct place.
Anyone know how to do this correctly?