MSplot build on WDK 8.1 on Windows 10

Hello all.
I have build msplot driver with last WDK 8.1 and it works on Windows 7, Windows 8 and Windows 8.1 but I can’t install on Windows 10. I use it with also a Port Monitor. ( The port monitor work on Windows 10 )
Can I use it on Windows 10 or I need to build a new driver?

Thank you.

I need a virtual printer driver to capture GDI API and send to other PC in the network that receive it with ethernet socket.
I used a modified msplot driver with a modified port monitor to send via socket.
Now in Windows 10 & WDK 10 which is the best solution to do this scenario ?

Thanks

What happens when you install it on Windows 10? I don’t know of any particular reason it shouldn’t work, assuming you are following the new signing rules.

Have you looked at http://emfprinter.sourceforge.net/? It’s a printer driver to collect EMF files, which is basically a GDI transcript that can be replayed on other systems.

1 Like

@Tim_Roberts said:
What happens when you install it on Windows 10? I don’t know of any particular reason it shouldn’t work, assuming you are following the new signing rules.

“Unable to install printer. Double check the printer name and make sure that the printer is connected to the network”…
I install them using the “install unsigned drivers prodecure” that works from Windows 8 on unsigned driver. In fact another driver derived from minidriver example, and not from msplot example, installs without problems on Windows 10, also without a certificate.

Have you looked at http://emfprinter.sourceforge.net/? It’s a printer driver to collect EMF files, which is basically a GDI transcript that can be replayed on other systems.

I believe that this driver will have trouble compiling with WDK 10. I believe that this driver will have trouble compiling with WDK 10, as writed on Sourceforge bug lists “Windows 7 64bit Installation error”…