ILClone on Windows 2000
Posted
by 00010000
on Stack Overflow
See other posts from Stack Overflow
or by 00010000
Published on 2010-04-02T22:55:48Z
Indexed on
2010/04/03
17:43 UTC
Read the original article
Hit count: 316
Does anyone know of any issues with the ILClone() function on Windows 2000? Is it fully supported? MSDN says it runs on Windows 2000 but I have a user reporting that my program will not run on Windows 2000 because of that function.
EDIT: I was able to get a hold of a Win2K system and I can confirm the issue.
Shell32.dll version installed is 5.0.3700.6705. The error message shown when running the program is: The procedure entry point ILClone could not be located in the dynamic link library SHELL32.DLL
© Stack Overflow or respective owner