ipp-server icon indicating copy to clipboard operation
ipp-server copied to clipboard

Windows compatibility

Open pinaraf opened this issue 5 years ago • 2 comments

Windows supports IPP (since a very long time), but this server is not accepted by Windows. I've got a working implementation on my side, I'll send a pull request with the required changes:

  • pretend IPP 1.0 support,
  • fix some buffering issues. (The changes are simple, finding them required some debugging inside the spoolsrv process, fun but definitely not simple :) )

pinaraf avatar Aug 18 '20 23:08 pinaraf

Did you end up submitting the pull request @pinaraf ? I'd love to know what's required changing

TheSkorm avatar Jul 22 '21 04:07 TheSkorm

You can take ArcticLampyrid/ippper.rs#1 for reference @TheSkorm

ArcticLampyrid avatar Aug 24 '21 05:08 ArcticLampyrid