M
M_Kagawa
Guest
Nice to meet you.
We are in charge of development to upgrade the v3 printer driver (pass-through format) used in the current model to the v4 printer driver.
Let me tell you a little bit about the development process at this stage. In Visualstudio2019, the basic v4 printer driver sample code was implemented, and it was completed up to the point where it was successfully installed in the Windows printer store. However, I am stumbling in the subsequent process.
The current v3 printer driver uses an OEM custom plugin, and the pass-through setting was implemented in "ddihook.cpp". As you can see, the printer application under development sends commands by pass-through method, so I would like to develop a v4 printer driver corresponding to this.
Please tell me how to implement the v4 printer driver that supports the pass-through method. Please be as specific as possible.
Thank you.
Continue reading...
We are in charge of development to upgrade the v3 printer driver (pass-through format) used in the current model to the v4 printer driver.
Let me tell you a little bit about the development process at this stage. In Visualstudio2019, the basic v4 printer driver sample code was implemented, and it was completed up to the point where it was successfully installed in the Windows printer store. However, I am stumbling in the subsequent process.
The current v3 printer driver uses an OEM custom plugin, and the pass-through setting was implemented in "ddihook.cpp". As you can see, the printer application under development sends commands by pass-through method, so I would like to develop a v4 printer driver corresponding to this.
Please tell me how to implement the v4 printer driver that supports the pass-through method. Please be as specific as possible.
Thank you.
Continue reading...