cannot register dll with operating system (Windows 10 Pro)
A full featured cross-platform image library
Brought to you by:
doomwiz
To enable utility to find and load DevIL.dll, I need to register it with the operating system:
regsvr32 DevIL.dll
Otherwise, command-line utilities will fail to run unless DevIL.dll is in current directory...
But this fails in Windows 10 with the error shown below. Can someone resolve this?
Later note: interestingly, though, after I ran this failed command, my command-line utility which links to DevIL.dll, now work fine!! very odd...