注册dll出错:entry point was not found
注册dll时出错:
Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.
把它放在system32或者系统盘下用regsvr32注册还是一样的错。而且不是只读的。并且是以管理员身份执行的。
官方网站上给出的解释是:
Dllname may not be exported, or a corrupted version of Dllname may be in memory. Consider using Pview to detect the file and remove it.
请问有什么建议啊?