Dragodraki
Dragodraki
Thanks you very much, but unfortunately I'm not much of a common-language programmer - I'm more active in scripting. So I wouldn't go so far as to say that I...
I fixed it Line 20-36 have to be changed to: ``` [DllImport("user32.dll")] static extern bool ShowWindow(IntPtr hWnd, int nCmdShow); private const int SW_HIDE = 0x00; private const int SW_SHOW =...
Add: with downloaded versions of DevIL.dll, csfml-window-2.dll and csfml-graphics-2.dll, static PNGs work, but not animated GIFs...
Here it is: 
... but the file "DevIL.dll" is already present
DevIL.dll is not the problem only, but also sfmlnet-graphics-2.dll and csfml-window-2.dll. If you take another working solution of DevIL.dll the error complains about the seccond one and then after fix...
Hmmm, can't see any difference with the current problem, though you definitely fixed some other issues (e.g. taskbar icon parameter works now). But on my Windows 11 there's still the...
Thank you. I tried this on Windows 11 and I'm sorry to say this, but the error still exist in version 18b: 
Another thing I found out is: When you haven't installed a proper GPU driver, vimage displays all images either semi-transparent or not at all (depending on the color is behind...
Thank you very much for the update! Without DevIL.dll it works (hooray)! :) With DevIL.dll the following message appears in Windows 11 (though the file exists):