WINCE 6.0 如何添加PCL打印机

工程编完了,但是没有出现可用打印机,网上搜了半天,找到如下解释:

就是说需要在VS2005中添加两个编译变量.

 

http://www.windows-mobile-answers.com/microsoft/WindowsCE-Platform-Builder/29159254/wince-6--adding-pcl-printer-driver.aspx

Mobile Apps - WinCE 6 - Adding PCL Printer Driver

Asked By ScottBaile on 02-Feb-07 12:13 PM
I've been running into a problem adding PCL printer support to a Windows CE 6
OS Design in Platform Builder 6.

Platform Builder 6 comes with a common printer driver located in
public\common\oak\drivers\printer . I would like to include this driver into
my OS Design, however, it does not appear in the catalog list. My
understanding from reading the archieves is that this driver showed up as
been able to locate it in version 6.

Has anyone run into a similar problem, or perhaps know how to include this
driver into the OS design by some other means?

Cheers,
Scott

 

 

ScottBaile replied on 02-Feb-07 01:24 PM

For anyone encountering the same problem - here was the solution I found:

In your solution right click on your Platform Builder project and select
properties.

Goto: Configuraiton Properties --> Environment

Add the following two entries:

sysgen_printing            1
sysgen_pcl                   1

This will correctly add pcl.dll to your OS Design.

Scott

 

你可能感兴趣的:(WINDOWS,CE)