Zebra KBTools MC92N0 键盘重新映射 C++ -- "error.h" 没有这样的文件或目录
Zebra KBTools MC92N0 Keyboard Remapping C++ -- "error.h" no such file or directory
我想用 Windows CE 重新映射 Zebra MC92N0 的键盘。
我从 Zebra 支持页面下载了适用于 MC92 的知识库工具,并使用 Visual Studio 2013.
打开它
重建项目后出现以下错误:
"error C1083: File(Include) could not be opened: "error.h": 没有那个文件或目录"
#include <stdio.h>
#include <error.h>
#include "makebins.h"
我搜索了一段时间,但找不到 'error.h' 文件。
我也在其他重映射项目中搜索了相同的结果。
答案在评论里:
Please check if it is really a Visual Studio 2013 project. Aren't we stuck in developing only in VS2008 with windows mobile? – etalon11 1 hour ago
谢谢@etalon11!
我想用 Windows CE 重新映射 Zebra MC92N0 的键盘。
我从 Zebra 支持页面下载了适用于 MC92 的知识库工具,并使用 Visual Studio 2013.
打开它
重建项目后出现以下错误:
"error C1083: File(Include) could not be opened: "error.h": 没有那个文件或目录"
#include <stdio.h>
#include <error.h>
#include "makebins.h"
我搜索了一段时间,但找不到 'error.h' 文件。
我也在其他重映射项目中搜索了相同的结果。
答案在评论里:
Please check if it is really a Visual Studio 2013 project. Aren't we stuck in developing only in VS2008 with windows mobile? – etalon11 1 hour ago
谢谢@etalon11!