
VS工程
xiat5
既然选择了远方,便只能风雨兼程
展开
-
"试图执行的操作不受支持"解决办法
在VS2008使用串口控件,出现"试图执行的操作不受支持",原创 2014-05-12 19:13:38 · 5172 阅读 · 0 评论 -
VS“Operation GetValue on the component did not succeed, generating the error code 0x80070057”
VS2008上使用串口控件,控件属性栏(about)出现原创 2014-07-17 09:23:50 · 884 阅读 · 0 评论 -
opencv 寻找亚像素角点
CvTermCriteria 迭代算法的终止准则 #define CV_TERMCRIT_ITER 1 #define CV_TERMCRIT_NUMBER CV_TERMCRIT_ITER #define CV_TERMCRIT_EPS 2 typedef struct CvTermCriteria { int type;转载 2014-05-26 11:10:17 · 1048 阅读 · 1 评论 -
CString转char * ,string
CString头文件#include string头文件#include 1、CString转char *CString cstr;char *p =(LPSTR)(LPCTSTR)cstr;2、string转 CStringCString.format(”%s”, string.c_str());用c_str()确实比data(转载 2014-07-24 08:50:03 · 384 阅读 · 0 评论 -
if (!ProcessShellCommand(cmdInfo))出错
一般是由于控件没有注册,比如串口控件没有注册。在卸载一些程序的时候可能会卸载掉一些相关联的控件。原创 2014-08-29 10:54:18 · 2176 阅读 · 0 评论