28 Apr 2010
使用WINCE 6 R3时
用device emulator BSP新建第一个工程试试,编译时提示错误啦
NMAKE : fatal error U1073: don't know how to make 'C:\WINCE600\OSDesigns\CE\CETEST\Wince600\DeviceEmulator_ARMV4I\cesysgen\oak\lib\ARMV4I\debug\atlsd.lib'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return code '0x2'
...
31 Dec 2009
27 Dec 2009
转自小李匪盗的BLOG http://blog.csdn.net/pknife/
Windows CE是一种Unicode环境,使用wchar_t来描述字符型变量。注意,这并不是说它不支持char型字符,char* p = "你好"同样是合法的,只不过在显示的时候必须转换成wchar_t类型。
来看看WinCE下的字符串操作函数:
wcscat
...
18 Nov 2009
API:ShellExecuteEx (LPSHELLEXECUTEINFO lpExecInfo )
ShellExecute的功能是运行一个外部程序(或者是打开一个已注册的文件、打开一个目录、打印一个文件等等)
12 May 2008
基于Windows Mobile系统的程序文件一般采用*.cab安装包的方式发布。有许多刚开始使用Windows Mobile智能手机的网友在下载到此类安装文件后不知道怎么使用,有解压缩后看得一头雾水的,也有解压缩后拷贝到手机运行不成功的,平白让大家多走了许多弯路。还有的网友可能用了相关工具把CAB文件提取出来,可拷贝到手机后还是不能运行,这是为什么呢?到底还差什么步骤啊?同样,大家也非常想知道自己定制ROM时怎样才能把自己需要的软件集成到ROM 。对于以上这些问题,我们将通过拆解WM5tora...
12 Nov 2007
In my first article (Sign code) we've create our certificate to install on device and to sign our applications to run them as trusted.
In this article we'll see how we can deploy our certificate inside our application's cab, so the users don't have to install the certificate manually.
19 Jun 2007
Collecting Debug Messages in an Unlimited Buffer with CeLogFlushSend FeedbackYou can configure CeLog to collect debug messages in an unlimited fashion. The data is limited only by the storage capacity of the device file system.The following instructi...