Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
情况如下: App:C# 平台:X86 DLL:C++ 平台:WIN32
测试 1:( 坚固耐用的平板电脑):Windows Embedded 8 Pro 32 位操作系统,基于 x64 的处理器
该应用程序运行良好,但对 DLL 的调用崩溃。
测试 2:( 坚固的平板电脑):Windows 8 Pro 32 位操作系统,基于 x86 的处理器
一切都好!应用程序和对 DLL 的调用都很好。
感谢您帮助我弄清楚发生了什么。Test1 中发生了什么崩溃?
谢谢。
Windows 8 Embedded 经过定制,不包括完整版的所有功能。这意味着在后台运行的东西更少,需要安全更新的文件也更少。
但这也意味着如果您尝试使用这些功能,您将失败。异常消息应为您提供有关丢失内容的信息。我建议您记录异常信息,以帮助您排除故障或解决问题。
包含的一组功能是完全可定制的,因此您需要联系您从平板电脑获得的任何人,以确定缺少的所有内容。