试图注册我使用REGSVR32创建.dll文件时,我有一个奇怪的问题。
在开发过程中一切正常,调试版本寄存器和工作正常。 现在我想创造一个发布版本,但该版本已经不登记。
REGSVR32想出了以下错误:
The module "mpegsplitter.dll" failed to load.
Make sure the binary is stored at the specified path or
debug it to check for problems with the binary or
dependent .DLL files.
The specified procedure could not be found.
一些研究把我带到了Dependency Walker中,它不告诉我这
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
它也确实表现出对“CRTDLL.DLL”的调试版本不具有相关性(功能视图显示SOEM功能,通常应该在OLE32.DLL),颜色为red'ish。
到目前为止好,我想它的主题相关的什么的Dependency Walker显示那里。
但是,我在哪里何去何从? 我如何解决它? 任何帮助将不胜感激,已经让我忙了好几个小时了。
谢谢!