简体   繁体   English

无法在其他机器上注册 C++ MFC dll

[英]Cannot register C++ MFC dlls on other machine

I've created some DLLs using C++ MFC .我已经使用C++ MFC创建了一些 DLL。 I've built them in release mode but when I try to register them on other PC with a fresh windows installation regsvr32 returns error 0x3 .我已经在发布模式下构建了它们,但是当我尝试使用全新的 Windows 安装regsvr32在其他 PC 上注册它们时,返回错误0x3

What I'm doing wrong ?我做错了什么?

ERROR_PATH_NOT_FOUND
3 (0x3)
The system cannot find the path specified.

Your'e missing a file, or you've computed a path incorrectly.您丢失了一个文件,或者您错误地计算了路径。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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