View Single Post
  #4  
Old 10-25-2008, 05:57 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
The error says that a function is missing in the library, not that the library itself is missing. And when I viewed comctl32.dll I couldn't find function 0x158, so I suppose the ntfapi.dll was built with a different version of the dll.

You people should learn to read error messages

Edit: I found the problem, the comctl32.dll in the system32 folder is version 5.82, only version 6.0 of the file has ordinal 0x158. Find the version 6.0 of the file in the WinSxS folder and copy it to the folder with the RC executable.

The file would be in WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdb aa5a083979cc

And the stupid forum stuck a space in that path automatically near the end.

Edit2: Just stick the attached file into the same folder as the remotecontrol2.exe and rename it to remotecontrol2.exe.manifest
Attached Files
File Type: txt manifest.txt (417 Bytes, 198 views)
__________________

Last edited by Inverness; 10-25-2008 at 06:22 PM..
Reply With Quote