简体   繁体   中英

Regsvr32 not exiting

I'm registering a dll using regsvr32, after registering is successful regsvr32 still remains in task manager so i'm not able to register another dll without killing it. I took over the work from someone else, so where should i start looking for in the program that generated dll to fix the problem.

Regsvr32只是加载dll并调用一个特定的导出函数,所以“挂起”可能与Regsvr32本身没有关系,但与你试图注册的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