Hahaha well here is some news. Dempsey and I are going to likely be doing a complete overhaul of the code while correcting the bugs. Don't expect it anytime soon tho.
For those of you who want to fix the bug with deleting images do the following:
quote:
Originally posted by ss4.functions.js:Line 657
Change:code:
Interop.Call('kernel32', 'CloseHandle', _img.ReadDWORD(0));
To:code:
Interop.Call('gdiplus.dll', 'GdipDisposeImage', _img.ReadDWORD(0));
Stupid me for trying to delete the handle with the wrong API function.