4052|7

63

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

在EVC下GetWindowsDirectory()函数的 用法 [复制链接]

我在在EVC下调用GetWindowsDirectory()函数为什么为什么会产生如下两个错误:
G:\VCproject\Test00\Test00Dlg.cpp(67) : error C2039: 'GetCurrentDirectory' : is not a member of '`global namespace''
G:\VCproject\Test00\Test00Dlg.cpp(67) : error C2065: 'GetCurrentDirectory' : undeclared identifier

我的调用方式是:::GetWindowsDirectory(lpszWinPath, MAX_PATH);

最新回复

呵呵,月经贴了。 WIN CE不支持GetCurrentDirectory, 如果要获取当前路径信息,只能通过GetModuleFileName来获取。 This function gets a module file name. WINAPI DWORD GetModuleFileName(   HMODULE hModule,   LPWSTR lpFilename,   DWORD nSize ); Parameters hModule [in] Handle to the module whose executable file name is being requested. If this parameter is NULL, GetModuleFileName returns the path for the file used to create the calling process. lpFilename [out] Pointer to a buffer that is filled in with the path and file name of the module. nSize [in] Specifies the length, in characters, of the lpFilename buffer. If the length of the path and file name exceeds this limit, the string is truncated. Return Values The length, in characters, of the string copied to the buffer indicates success. Zero indicates failure. To get extended error information, call GetLastError.   详情 回复 发表于 2009-6-5 13:51
点赞 关注

回复
举报

69

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
和windows下不大一样,记不清了,查查帮助吧
 
 

回复

68

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
报错的是GetCurrentDirectory()函数,而非GetWindowsDirectory.
WINCE下面没有GetCurrentDirectory()函数。需要相同功能,可以使用GetModuleFileName()来间接实现。
 
 
 

回复

72

帖子

0

TA的资源

一粒金砂(初级)

4
 
代码呢?贴上来看看!
error C2039: 'GetCurrentDirectory' : is not a member of '`global namespace''
成员指向错了吧!
 
 
 

回复

63

帖子

0

TA的资源

一粒金砂(初级)

5
 
GetCurrentDirectory(),CE下压根就没有当前目录这个概念,所以这个函数肯定是不支持的。
我没有查帮助,LZ自己查一下吧。
 
 
 

回复

70

帖子

0

TA的资源

一粒金砂(初级)

6
 
呵呵,WINCE不支持此函数
 
 
 

回复

73

帖子

0

TA的资源

一粒金砂(初级)

7
 
WINCE不支持此函数!
 
 
 

回复

63

帖子

0

TA的资源

一粒金砂(初级)

8
 
呵呵,月经贴了。
WIN CE不支持GetCurrentDirectory,
如果要获取当前路径信息,只能通过GetModuleFileName来获取。

This function gets a module file name.

WINAPI DWORD GetModuleFileName(
  HMODULE hModule,
  LPWSTR lpFilename,
  DWORD nSize
);
Parameters
hModule
[in] Handle to the module whose executable file name is being requested.
If this parameter is NULL, GetModuleFileName returns the path for the file used to create the calling process.

lpFilename
[out] Pointer to a buffer that is filled in with the path and file name of the module.
nSize
[in] Specifies the length, in characters, of the lpFilename buffer.
If the length of the path and file name exceeds this limit, the string is truncated.

Return Values
The length, in characters, of the string copied to the buffer indicates success.

Zero indicates failure.

To get extended error information, call GetLastError.
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/9 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表