为什么我在 wince 6.0 r2 中通过 osdesign 构建时没有形成 pcl.dll?
我已设置 sysgen_pcl = 1
和 sysgen_printing = 1
。我可以看到 usb usbprn.dll
但看不到 pcl.dll
i have set the sysgen_pcl = 1
and sysgen_printing = 1
. i am able to see usb usbprn.dll
but not pcl.dll
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了答案
只需将其设置为大写即
SYSGEN_PCL = 1
SYSGEN_PRINTING = 1
:)
i got the answer
just make it caps i.e.
SYSGEN_PCL = 1
SYSGEN_PRINTING = 1
:)