Keyence utility V2.0:add csv file save type.

This commit is contained in:
TAO Cheng
2013-06-07 10:03:17 +08:00
parent c4e8f629cb
commit c9d820b013
6 changed files with 106 additions and 18 deletions
@@ -1889,7 +1889,7 @@ SSI_STATUS_MOTION CSO7_Proto::Load_SevenOcean_Inifile(CString cso7IniFile)
//=========================================================================================
SSI_STATUS_MOTION CSO7_Proto::Save_So7_Config()
{
FILE* m_pOutFile;
FILE* m_pOutFile= NULL;
char *outBuff = NULL;
CString csAppPath;
GetAppPath(csAppPath);