Problem with Devil.dll[Solved]

Started by
1 comment, last by zoser 15 years, 5 months ago
When i run my application in another pc not mine ... show the followin error: Error Code: 0xC0150002 : The application failed to initialize properly. Click on Ok to terminate the application in my pc work perfect when i delete the link to the devil.dll all work perfect somebody knows how to fix thaT?? sorry for my english [Edited by - zoser on November 6, 2008 4:30:45 PM]
Advertisement
It may be because the runtime MS DLL's (msvcrt family) belong to a VS installation other than yours, and the manifest embedded in devil.dll is unable to use them, hence the crash.

According to the news in devil's site:
Quote:
September 09, 2008

I uploaded a new zip file of 1.7.2 that was compiled with MSVC++ 2005. From now on, releases will be compiled with MSVC++ 2005, since a lot of people do not have the MSVC++ 2008 runtimes installed.


and

Quote:
September 22, 2008

A new Windows SDK has been released here. DevIL is no longer dependent on the MSVCRT library, as it is statically linked in now.


Download the last version of devil, and try it.

and sorry for my english too :P
Thanks

muchas gracias se soluciono :D

This topic is closed to new replies.

Advertisement