C++ 要下载的Windows mobile和蓝牙编程SDK

C++ 要下载的Windows mobile和蓝牙编程SDK,c++,bluetooth,mfc,windows-mobile,zebra-printers,C++,Bluetooth,Mfc,Windows Mobile,Zebra Printers,我正在写一个在Windows嵌入式手持6.5终端上运行的程序。 该程序是用MFC编写的C++程序。 终端必须连接到蓝牙Zebra打印机才能向其发送ZPL文件。 对于Windows Mobile开发,我使用的是MS Visual Studio 2005。 这台电脑的操作系统本身就是Windows 8.1 Pro 64位操作系统 我想使用ws2_32.lib和irprops.lib库 以及winsock2.h、ws2bth.h和bluetoothapi.h头文件 我了解到所有这些都是Windows

我正在写一个在Windows嵌入式手持6.5终端上运行的程序。 该程序是用MFC编写的C++程序。 终端必须连接到蓝牙Zebra打印机才能向其发送ZPL文件。 对于Windows Mobile开发,我使用的是MS Visual Studio 2005。 这台电脑的操作系统本身就是Windows 8.1 Pro 64位操作系统

我想使用ws2_32.lib和irprops.lib库 以及winsock2.h、ws2bth.h和bluetoothapi.h头文件

我了解到所有这些都是Windows SDK的一部分

我的问题是,我不知道下载哪个SDK,我需要一个下载链接

你能帮我吗

********************编辑1**

使用MS Visual Studio 2005和Windows嵌入式手持设备6.5 DTK,我会遇到一些构建错误:

1>------ Build started: Project: BtMob, Configuration: Debug Windows Mobile 6.5.3 Professional DTK (ARMV4I) ------
1>Compiling...
1>stdafx.cpp
1>D:\programs\ms_visual_studio_2005\VC\ce\atlmfc\include\afxv_w32.h(38) : fatal error C1189: #error :  MFC requires WINVER to be #defined to 0x0400 or greater
你能帮我解决这个问题吗

**********************编辑2**

如果我创建了一个新项目,然后立即构建它,我会收到以下错误消息:

1>------ Rebuild All started: Project: BtMob4, Configuration: Debug Windows Mobile 6.5.3 Professional DTK (ARMV4I) ------
1>Deleting intermediate and output files for project 'BtMob4', configuration 'Debug|Windows Mobile 6.5.3 Professional DTK (ARMV4I)'
1>Compiling...
1>stdafx.cpp
1>_CE_ACTIVEX was not defined because this Windows CE SDK does not have DCOM.
1> _CE_ACTIVEX could be caused to be defined by defining _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA, but it is recommended that this be done only for single-threaded apps.
1>_ATL_NO_HOSTING was defined because _CE_ACTIVEX was not defined.
1>Compiling...
1>BtMob4.cpp
1>MainFrm.cpp
1>BtMob4Doc.cpp
1>BtMob4View.cpp
1>Generating Code...
1>Compiling resources...
1>Linking...
1>corelibc.lib(armsecgs.obj) : fatal error LNK1103: debugging information corrupt; recompile module
**********************编辑3**


执行修补程序VS80sp1-KB949009-X86-INTL.exe可以解决编辑2中描述的问题。

您需要Windows嵌入式手持设备6.5 DTK:

谢谢您的回答。很抱歉问这个问题,但在我看到你的答案之前,我安装了:Windows软件开发工具包SDK for Windows 8。你能告诉我这个SDK是否适合我的特定用途吗?谢谢。我刚刚编辑了我的第一个问题。我有一个构建错误。你能看一下吗?感谢EDIT2生成错误表示MS库已损坏。在ref:usingweb.archive.org上似乎有一个修复程序,我找到了文件名和一个源:,如果您需要另一个文件,请在internet上搜索。