- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我在 Win8 操作系统的 VS2008 中运行 VC++ 代码。
当我单击“F5”(运行项目)时,我看到我收到如下错误消息
"The program can't start because, WTTLog.dll is missing from your computer. Try reinstalling the program to fix the problem"
我手动将 WTTLog.dll 复制到我正在运行的 VS 项目中的 Release/Debug 文件夹中。但我仍然得到错误。
如果我需要将此 WTTLog.DLL 复制到某个特定位置,任何人都可以帮助我吗?我尝试注册此 DLL,但收到的消息如下
"The module WTTLog.Dll was loaded but entry point DllRegiterServer was not found".
1) 你能告诉我如何成功执行我的 VC++ 解决方案而不会出现 WTTLog.DLL 错误吗?
2) 另外我们得到这个错误的原因是什么?
提前致谢。
最佳答案
Microsoft Driver Test Manager/Studio 的此文件部分。
文件位置应该是这个..
'C:\Program Files\Microsoft Driver Test Manager\Studio\wttlog.dll'
或
C:\Program Files (x86)\Windows Kits\8.0\Hardware Certification Kit\Tests\[architecture]\NTTEST\driverstest\storage\wdk
或
C:\Program Files (x86)\Windows Kits\8.1\Hardware Certification Kit\Controller
或
C:\Windows\assembly\GAC\
确保在安装时安装的是 WTT(测试工具)客户端..
如果不是
尝试(重新)将 dll 放在那里,您应该可以解决问题,
将需要 Windows Driver Kit 或 Windows 测试工具..
我希望这会... :)
关于c++ - 由于 WTTlog.DLL 导致的运行时错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16336117/
我在 Win8 操作系统的 VS2008 中运行 VC++ 代码。 当我单击“F5”(运行项目)时,我看到我收到如下错误消息 "The program can't start because, WTT
我是一名优秀的程序员,十分优秀!