zoukankan      html  css  js  c++  java
  • win7虚拟打印驱动开发注意事项

    win7虚拟打印驱动开发注意事项


    通过控制面板安装遇到以下问题:
    错误1、提示“Printer driver was not installed. Operation could not be completed (error 0x00000002)”
    错误2、没有任何提示,就是安装不上

    最后还是在stackoverflow找到了解决办法,原话在此:

    is your INF file correct?? do verify it using INFGate.exe and there should be no errors reported by the tool.

    If the INF file is correct, then it must be a signature issue, please note that signing is required for windows64 bit drivers, but not for 32 bit drivers.

    In order to sign your driver, first make a cat file using inf2cat.exe and then use sign tool to sign the catalogue file... all these tools come with winddk...


    http://stackoverflow.com/questions/12384158/error-installing-a-virtual-printer-driver-on-windows-7-64bit

  • 相关阅读:
    素数算法问题
    字符指针和字符数组
    指针引用多维数组
    指针细节整理3
    指针细节整理2
    指针细节整理
    公约数和公倍数
    冒泡排序、选择排序
    如何写出高性能的sql语句?
    并发控制
  • 原文地址:https://www.cnblogs.com/vc60er/p/4041785.html
Copyright © 2011-2022 走看看