ajay.sonawane@gmail.com
06-22-2006, 04:48 AM
Hello all,
I am working on an application whose job is to send all installed
printers from windows ce to windows server. I am getting all installed
printers on windows ce device by enumerating all keys under
"HKLM/Printers", Printer information contains printer name, driver name
and other information. On Server side, my application creates all those
printers. but here are some of problems I am facing
On Windows CE client side, printer driver I am getting are PCL3.dll,
epson.dll but on Windows server side, When I pass these information to
AddPrinterDriver, it failes because it does not know what is pcl3.dll,
epson.dll, My be this is because the driver name.
Can anyone tell me how to map windows ce driver to windows driver ?
-AJay
I am working on an application whose job is to send all installed
printers from windows ce to windows server. I am getting all installed
printers on windows ce device by enumerating all keys under
"HKLM/Printers", Printer information contains printer name, driver name
and other information. On Server side, my application creates all those
printers. but here are some of problems I am facing
On Windows CE client side, printer driver I am getting are PCL3.dll,
epson.dll but on Windows server side, When I pass these information to
AddPrinterDriver, it failes because it does not know what is pcl3.dll,
epson.dll, My be this is because the driver name.
Can anyone tell me how to map windows ce driver to windows driver ?
-AJay