文件名称:INI文件WINCE读写类
文件大小:2.91MB
文件格式:RAR
更新时间:2011-07-30 09:20:11
WINCE,INI,类,VC2005,VC
1.本程序文档参考benkaoya提供开源代码编写。 2.封装benkaoya代码中提供的函数成为CIniWR类实现功能功能 3.实现部分参考DEMO 4.修正在VS2005下的部分错误。 主要在GetString函数中VS2005中的严格性出错W_CHAR *问题 修订: wcsncpy((wchar_t *)lpReturnedString, pValue, cchCopied); 原始: //wcscpy((wchar_t *)lpReturnedString,pValue); 原始: //lpReturnedString[cchCopied] = 0; 修订: lpReturnedString = 0; // We're done. 5.此为开源程序,无版权欢迎交流使用 benkaoya : http://hi.csdn.net/benkaoya Mercury : http://hi.csdn.net/xumercury
【文件预览】:
iniRWtest
----请先阅读我.txt(545B)
----iniRWtest.suo(19KB)
----WinCE.ini(185B)
----iniRWtest.sln(2KB)
----iniRWtest.ncb(12.51MB)
----iniRWtest()
--------iniRWtest.aps(51KB)
--------iniRWtestDlg.cpp(3KB)
--------resource.h(681B)
--------stdafx.h(2KB)
--------iniRWtest.vcproj(11KB)
--------IniWR.cpp(22KB)
--------iniRWtest.cpp(1KB)
--------stdafx.cpp(140B)
--------ReadMe.txt(2KB)
--------iniRWtestDlg.h(754B)
--------iniRWtest.vcproj.GIS-TANDOW.GIS.user(3KB)
--------res()
--------iniRWtest.h(487B)
--------IniWR.h(1KB)
--------iniRWtest.rc(4KB)