Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compatibility of shell32 code generation with exe
#1
I generated an exe file with shell32 commands in Windows 7 and when I execute the exe file in a Windows 10 system, I receive the following error message.

win10 21H1 x64
win7 sp1 x64

Error (RT) in Mac2 0x80004002, This interface is not supported.

Similarly, I encounter the same problem in reverse. Is there a way to solve this issue?


Macro Mac2
Code:
Copy      Help
Shell32.Shell she._create; Shell32.FolderItems fo=she.NameSpace(17).Items(); Shell32.FolderItem fi
#2
Code:
Copy      Help
Shell32.IShellDispatch5 she._create(uuidof(Shell32.Shell))
Shell32.FolderItems fo=she.NameSpace(17).Items(); Shell32.FolderItem fi
foreach fi fo
,out fi.Name
#3
worked well, thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)