解决vs字符串转换错误
解决vs字符串转换错误#include <windows.h>
#include <shellapi.h>
#include <iostream>
#include <atlstr.h>
#include<fstream>
using namespace std;
charC_VB_C="D:\\Mei_Lei\\GRIP_CALL_VB\\C_VB_C.txt";
CString VBEXE = vb_exe;
//在vc中 有时候不能用 char 就须转换
//在vc中 CString 是可以用的
页:
[1]