打印机驱动程序开发 - 从 32 位到 64 位
我开发了一个为32位系统编译的驱动程序。该驱动程序是基于 unidriver 的。
有谁知道要使驱动程序兼容 64 位需要什么?如果需要的话,我应该对代码进行哪些更改?或者只是用 64 位版本的 DDK 来编译它?
提前致谢。
努诺
I've developed a driver that is compiled for 32 bits system. The driver is unidriver based.
Does anyone knows what should be needed to get the driver compatible with 64 bits? What changes should I need to do to the code, if any? or is it just a matter of compiling it with a 64 bits version of the DDK?
Thanks in advance.
Nuno
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第一步是使用 Visual Studio 打开项目并添加 x64 配置。
然后,测试并查看它是否可以构建(可能不会)。
最常见的错误(我遇到过)是这些:
The first step is to open the project with Visual Studio and add x64 configuration.
Then, test and see if it builds (probably not).
The most common errors (I've come across) are these: