DevIL.NET 1.3 released
DevIL.NET 1.3 has been released, with a fix to the stupid v-flip bug (my fault
).
Get it here http://www.mastropaolo.com/devildotnet/.
by Marco Mastropaolo · March 4, 2007
DevIL.NET 1.3 has been released, with a fix to the stupid v-flip bug (my fault
).
Get it here http://www.mastropaolo.com/devildotnet/.
Filed Under: Software releases
by Marco Mastropaolo
"Thanks to you! :) "by lahgrooto
"Hello, i read your site, this a best site from me, thanks! "by Jessie
"Jessie Thanks for the nice read, keep up the interesting posts.. "by Vikenti Potapov
"Have a problem: When developing with VS 2005, .NET 2.0 and trying to use assembly DevIL.NET2 (DevIL version 1.3) have an ..."
Hi
I am trying to use your wonderful DevIL.NET, but whenever I run my C# app in the debugger I get a:
LoaderLock was detected
Message: DLL ‘\bin\Debug\DevIL.NET.dll’ is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang.
This is making me sad
From reading the Microsoft docs it sounds like you might be doing bad things in your dll.
http://msdn2.microsoft.com/en-us/library/ms172219(vs.80).aspx
Any ideas how I can get around this?
Thanks
Kevin