Windows Mobile和Wince(Windows Embedded CE)下封装Native DLL进一步探讨

之前写过一篇关于Windows Mobile和Wince(Windows Embedded CE)下封装Native DLL的文章,原文如下: Windows Mobile和Wince(Windows Embedded CE)下如何封装Native DLL提供给.NET Compact Framew...

WinCe和Windows Mobile下的MSMQ安装

WinCe下的进程通信可以通过Windows Message进行,Windows Message是依赖于消息循环(Message Loop),所以有时候当系统处于高负载的时候,消息会被delay甚至block。因此,在事务处理系统上推荐使用MSMQ作为Messaging的平台,MSMQ能保证消息的有...

在Windows Mobile和Wince(Windows Embedded CE)下使用.NET Compact Framework进行GPS NMEA data数据分析的开发

提供GPS功能的Wince和Windows Mobile都需要一个GPS接收器(GPS Receiver)。GPS receiver就像一个收音机,他从太空中各个GPS卫星(Satellites)接收信号,通过自身的算法(一般在Firmware里面)计算出位置等信息,然后以NMEA data的格式输...

Windows Mobile和Wince(Windows Embedded CE )下使用.NET Compact Framework下注册表导出工具的开发

简介 本文讲述了.NET Compact Framework下的注册表开发的基本概念,介绍在Windows Mobile和Wince下操作注册表的工具,同时使用C#实现了一个注册表导出工具。 背景 Wince和Windows桌面系统一样都是把系统信息,驱动信息,应用程序信息等重要存放在注册表里面。最...

在Windows Mobile和Wince(Windows Embedded CE)下使用.NET Compact Framework 取当前运行文件的路径

问题 .NET Compact Framework 提供了Directory.GetCurrentDirectory Method 取当前运行文件的目录,可是运行的时候会抛出 NotSupportedException 。 这个问题MSND的解释如下: The oper...

在Windows Mobile和Wince(Windows Embedded CE)下封装Native DLL的回调函数

背景 之前写过一些关于Native DLL封装的文章,链接如下: Windows Mobile和Wince(Windows Embedded CE)下如何封装Native DLL提供给.NET Compact Framework进行调用 Windows Mobile和Wince(Windows Em...

在Windows Mobile和Wince(Windows Embedded CE)下进行Native C++时间函数的运用

在程序开发中,未免需要使用到时间差比较。最简单的时间比较方法是分别取出当前时间进行相减得出时间差。取出当前时间可以使用GetLocalTime()函数来取出。可是在Windows Mobile和Wince(Windows Embedded CE)平台,使用GetLocalTime()函数取出的SYS...

Wince和Windows Mobile下的内存监控

由于发现开发的程序有内存泄漏(Memory Leaks),所以编写了一个内存监控程序定位那个程序有Leaks。 所谓Memory Leaks就是程序在运行的过程中没有释放已经不再使用的内存,Memory Leaks不会直接导致程序core dump或者系统崩溃。只有程序在运行过程中不断的请求分配内存...

Windows Moible, Wince 使用.NET Compact Framework的进行蓝牙(Bluetooth)开发 之 Windows Embedded Source Tools for Bluetooth

Bluetooth的应用十分广泛,基于Bluetooth的通信程序开发主要有以下几个步骤: 服务端 * 设置本设备为可发现。 * 公开服务给其他Bluetooth设备访问。 * 接受其他Bluetooth设备的链接。 * 与链接上的Bluetooth设备进行通信。 客户端 * 发现周边Bluetoo...

Windows Moible, Wince 使用.NET Compact Framework的进行蓝牙(Bluetooth)设备配对的开发

在.NET Compact Framework下的Bluetooth开发 之 32feet.NET 里讲述了如何使用32feet.net库来进行Bluetooth的开发,天机 同学在使用过程发现设备配对问题,本文讲述如何进行Bluetooth设备配对的开发。 以下是一个Bluet...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。