- 博客(8)
- 收藏
- 关注
原创 统一自己的命名规范 google粘过来的
Filenames should be all lowercase and can include underscores (_) or dashes (-). Follow the convention that your project uses. If there is no consistent local pattern to follow, prefer "_".
2013-06-30 19:07:12
605
原创 ce6.0对mfc的支持
ce6.0没有动态mfc支持 添加参考 http://www.cnblogs.com/NorthCan/archive/2011/07/22/2114240.html http://www.cnblogs.com/we-hjb/archive/2008/07/30/1256838.html
2012-05-22 13:02:29
324
原创 wince 6.0下使用Performance monitor监视内存
1、将C:/Program Files/Common Files/Microsoft Shared/Windows CE Tools/Platman/target/armV4i文件夹复制一份,去掉i,改名为armV4 2、连接的时候会显示出错 3、更改连接设置为Activesync 4、add memory load OK
2012-05-22 10:35:24
722
原创 MFC前端画图体会
需要在CCD采集的图像前端中心位置画一个十字 用CDC的方式绘图,发现画得十字总是被采集图像遮挡,没有找到最前端画图的方法,按钮的上方也没法画图 应该原因是采集图像不断重绘,因此不能画在前端,按钮貌似也是在画完了OnPaint之后再画的,因此也不能画在按钮上方,可能吧
2011-08-16 09:38:32
513
转载 OpenGL与MFC编程思想
from http://hi.baidu.com/xdwu/blog/item/a7f466dfcb385c1b4954038a.html 花了两天时间终于把MFC与OpenGL的相关技术学会了,现在可以方便的绘制三维图形了,小结一下。 一、资料的选取 网上的资料多如牛毛,但精华较少,错误百出,误人子弟。经过精心挑选选择以下几项足以。 1、 MSDN上的CUBE示例:说
2011-08-16 09:24:22
986
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人