霍尼韦尔打印机与WINFORM连接

Datamax-O’Neil Windows .NET C# SDK for Windows Desktop/ CE, Mobile 5.0+

  1. Create a new project or open an existing C# project in Visual Studio 2008.  Expand the References group in Solution Explorer.  Under Browse Tab, navigate to the provided DatamaxONeilSDK_CS_WD.dll (or DatamaxOneilSDK_CS_WM.dll for Win CE/Mobile project) and InTheHand.Net.Personal.dll and add them to your project.

 

  1. For Windows Desktop, copy the provided libmudpf.dll in the Reference Library folder to your project location. 
    1. Right-click on your project inside Visual Studio and click Properties. Go to Build Events, and add the below to Post-build event.  {LOCATION_OF_LIBMUDF } is to be replaced with the location of your libmupdf.dll inside your project. (eg. Reference Library\libmupdf.dll).

xcopy /y "$(ProjectDir){LOCATION_OF_LIBMUDF }" "$(ProjectDir)$(OutDir)"

 

    1. On 64-bit machines, change the CPU platform of your .NET project from Any CPU to x86.  If you do not see x86, go to the Configuration Manager and add it to your project.

  1. In the source code of your project (eg. DOPrint!_WD.cs), add the following namespaces to your project.   This will allow you to call our SDK APIs in your application.

using Honeywell.Connection;

using Honeywell.Printer;

using Honeywell.Printer.Configuration.DPL;

using Honeywell.Printer.Configuration.EZ;

using Honeywell.Printer.Configuration.ExPCL;

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值