- 1、本文档共10页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
MC1000上程序开发详解
Symbol 开发步骤:1.?下载Symbol 的 Developer Guide 手冊來精讀,地址 /source/330583(需要 CSDN帳號)。附件1摘要主要内容如下(vs2005 c#部分)2.?Visual Studio 2005 軟件安裝3.?Symbol 開發包 Smdk1.07版。地址:/downloads/SMDK-M-1.07.03.exe4.?Microsoft ActiveSync 4.5 中文版安裝,來源自己上網搜尋5.?Windows Mobile 5.0 SDK for PocketPC安裝,地址如附件26.?參照 Developer Guide 手冊第59頁案例在 VS2005 C#中編寫 “HelloScan”,VS2005 C#編程中注意如下事項:a)?我是用VS2005自帶的虛擬器 Windows Mobile 5.0 Pocket PC Emulator來做測試器的b)?“ 引用”是要添加 symbol 及 symbol.barcode 兩個 DLL,只要安裝好Symbol 開發包 Smdk,就有該DLL。缺省位置:C:\Program Files\Symbol Mobility Developer Kit for .NET\v1.7\SDK\Smart Devicesc)?因爲在虛擬器中,所以沒有掃描設備,故涉及到MyReader要註釋掉(如:MyReader = new Symbol.Barcode.Reader();),否則會提示“NullReferenceException 试图在代码中引用不存在的对象时” d)?畢竟是第一個程序,只要有個messagebox就可以了。後續再慢慢深入e)?部署到虛擬器Windows Mobile 5.0 Pocket PC Emulator來運行后,虛擬器可以不必關閉,以便加快下一次調用虛擬器的速度
附件1:Developer Guide for Symbol DevicesUsage RequirementsMicrosoft Visual Studio.NET 2003 or Visual Studio 2005 must be installed on the development PC before installing SMDK for .NET. Ifeither version of Visual Studio is not found, an error is displayed and the installation is aborted.Install Requirements for Visual Studio.NET 2003:? Microsoft? Windows 2000 or Microsoft? Windows XP? Microsoft? Visual Studio.NET 2003? Microsoft? Visual Studio .NET 2003 Add-on Pack? Microsoft ActiveSync 3.7Install Requirements for Visual Studio 2005:? Microsoft? Windows 2000 or Microsoft? Windows XP? Microsoft? Visual Studio 2005? Microsoft? Windows Mobile 5.0 SDK for PocketPC? Microsoft ActiveSync 4.0The installed version of Visual Studio 2003/2005 must support Mobile device development. Express versionsof Visual Studio do not support Mobile device development.
How to Use SMDK for .NETOnce SMDK for .NET is installed, creating .NET Compact Framework applications is fairly simple. Follow the steps below to create anew Symbol enabled .NET application.1. Create a new Smart Device Application project that uses either the Microsoft Visual Basic.NET or Microsoft Visual
文档评论(0)