windows-ce - 如何查找 WindowsCE 可执行文件缺少的组件

标签 windows-ce

我已经设置了 OpenVPN port对于我的设备(CHD 5)和 WindowsCE 5.0 上的 WindowsCE,但在 .exe 启动时它会弹出:

Cannot find 'ovpncmgr' (or one of its components). Make sure the path and filename are correct and that all the required libraries are avilable.

主应用程序 exe 文件出现相同的错误,但没有更多错误消息,这样可以了解问题出在哪里。

问题是,如何在 WinCE 上调试/查找/探索它是什么,缺少什么,缺少哪个库/组件,就像在 WinXP 和其他 WinOS 中可能的那样。

最佳答案

使用 Depends.exe 查看应用程序的依赖关系。它随 Visual Studio 一起提供,也是 available for download here .

关于windows-ce - 如何查找 WindowsCE 可执行文件缺少的组件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7063377/

相关文章:

compact-framework - 如何为 .NET Compact Framework 设置 useUnsafeHeaderParsing

visual-studio-2008 - WinCE 7.0 的平台生成器

c++ - 无法获得设备中的处理器速度

c++ - U 和 V 缓冲区偏移量的公式

c# - 关闭或不关闭数据库中的连接

c# - Windows CE 上 GlobalMemoryStatusEx 的 PInvoke

windows-mobile - 使用 ce 4.2 处理持久存储和冷启动

c# - 紧凑型框架 C# : listView sub item

visual-studio-2008 - 为什么我的模拟器部署失败并显示 "The process cannot access the file because it is being used by another process"?

windows-ce - 确定 Windows CE 可执行文件使用的 16 位 CRC/校验和算法的方法?