此帖出自嵌入式系统论坛
最新回复
//取程序运行路径
CString strAppName = AfxGetAppName();
char strPath[MAX_PATH];
strAppName +=_T(".exe");
SearchPath( NULL, strAppName, NULL, MAX_PATH, strPath, NULL);
CString strWorkDir = strPath;
strAppName = _T("\")+strAppName;
int nStart = strWorkDir.Find( strAppName);
strWorkDir = strWorkDir.Left( nStart);复制代码
详情
回复
发表于 2009-11-6 00:41
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
| |
|
|
| |
|
|
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
EEWorld Datasheet 技术支持