Error in installing windows printer driver

你。 提交于 2019-12-06 11:36:23

The error is ERROR_FILE_NOT_FOUND.

  1. did you build the sample first?
  2. after you built it, did you put it into the correct folder relative to the .inf file?

I also encountere this issue. The reason is: the file oem.gpd includes ttfsub.gpd, which cannot be found in the oemdll directory. But even if we copy ttfsub.gpd from FileRepsoitory to the oemdll directory, the installation will also failure. However, if you install the bitmap example, you will succeed. So the correct way is to do like bitmap driver...

0x000002 refers to some missing file, that means there is a reference to the file in the inf file but it is not actually present in the driver package. Please check the driver package if all the files mentioned in the inf file are present in the package.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!