简体   繁体   中英

createobject( shell.application ) raises exception “library not registered”

this line

createobject( shell.application )

raises this exception "library not registered" on a Win7 PC

It seems that a dll is missing or is not registered.

1°) Which dll is not registered ? 2°) How can I solve this issue ?

Thanks for your help

MSDN页面显示其Shell32.dll时,您可以通过cmd.exe通过regsvr32 thedll.dll注册dll。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM