VC/Evc
saifeng
这个作者很懒,什么都没留下…
展开
-
wince VC++ Common dialog box 打不开的问题
通用对话框有以下六个DWORD CommDlgExtendedError(); This function returns a common dialog box error value. This value indicates the most recent error to occur during the execution of one of the following common d原创 2007-09-11 18:29:00 · 1120 阅读 · 1 评论 -
fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM'
此问题为连接库生成文件的平台类型不匹配的问题,一般在Build 高版本的时候容易出现这个问题.在VS2005中:查找:Project--**Properties--Configuration Properties--Linker--Command Line下有Additional Properties你会看到:/subsystem:windowsce,4.20 /machine:ARM /原创 2007-09-11 18:30:00 · 3139 阅读 · 2 评论 -
Re: runtime error 0xC0000005
此错误是由在分配堆内存时,the teminal character position is wrong.char * pch = new [3];char * ptem = "你好";memcopy(pch,ptemp,4);原创 2007-09-07 09:04:00 · 745 阅读 · 0 评论 -
向窗口句柄发送字符串
用剪贴板进行粘贴和复制unicode 字符串包括汉字.HLOCAL LocalAlloc(UINT uFlags, UINT uBytes ); This function allocates the specified number of bytes from the heap. In the linear Microsoft® Windows® CE application progr原创 2007-09-12 18:52:00 · 2466 阅读 · 0 评论 -
MapFile--WinCE
void Sever(){ SecondStruct *pSecond = NULL; HANDLE hEvent = CreateEvent( NULL, // default security attributes TRUE, // manual-reset event FALSE,原创 2010-01-28 15:01:00 · 471 阅读 · 0 评论