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/.
March 4, 2007 | Filed Under Software releases
Comments
One Response to “DevIL.NET 1.3 released”
-
Recently Written
- Easy Setup of Remote Debugging
- Top 10 music for programming
- A smarter but not smartest greedy algorithm for hotel bookings
- Machines with the same SID are not a problem
- AeroCycle applet
- Porting .NET app to Vista.. DEP strikes!
- TargetInvocationException in asynchronous web service call
- New gmail iGoogle gadget bugged!
- OpenSUSE 11.0 - Nurnberg down.
- Repair broken xfce after theme selection
-
Categories
-
Archives
- February 2010
- November 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- August 2007
- March 2007
- February 2007
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- May 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
-
Admin
-
-
About
A blog about whatever gets on my computer or any other programmable device I own. From Linux to .NET.
Social Networking
-
Blogroll
- Ale+Ale - … Ale+Ale!
- Blog di Paolone (it) - (Italian) Il blog di un amico :)
- Bruce Eckel’s Free Electronic Books - Free Thinking in Java, C++, Patterns books. A must!
- Code Project - Free code snippets for Windows
- Dilbert - Where everyday work becomes comics
- Eriadan (it) - (Italian) IL blog a fumetti
- Freshmeat - Free (as in freedom) software for *nix systems
- Full Frontal Nerdity - A comic for nerds and alikes
- gotAPI - Language manuals and guides
- IlTucci (it) - Blog di un caro amico!
- Larry Osterman - Techblog of an experienced Microsoft developer
- Lightforce Games (Flash&JS)
- my del.icio.us page - my del.icio.us page
- Online virus scanning - Online virus scanning
- Order of the Stick - Best D&D Comic EVER!
- pinvoke.net - Wiki for P/INVOKE from .NET languages (C#, VB.NET)
- Programmers Heaven - Free programming resources
- ScriptSpot (3dsmax) - Free scripts for 3ds max
- Sourceforge - The biggest free (as in freedom) software library
- SpamUsement - Great site, where everyday spam becomes funny comics :)
- Sudoku di Repubblica (it) - Il sudoku di Repubblica! :)
- Tom’s Bug Blog - Brain teasers for programmers
www.flickr.com
This is a Flickr badge showing public photos from Marco Mastropaolo. Make your own badge here.
Copyright © 2007 Marco Mastropaolo • Powered by WordPress • Using Silhouette theme created by Brian Gardner
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