| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 938 人关注过本帖
标题:无法引用"DirDialog.h"
取消只看楼主 加入收藏
停止流浪
Rank: 1
等 级:新手上路
帖 子:17
专家分:0
注 册:2006-12-16
收藏
 问题点数:0 回复次数:1 
无法引用"DirDialog.h"
今天使用时候,居然会提示:"fatal error C1083: Cannot open include file: 'DirDialog.h': No such file or directory"
我在其他程序引用时候却是正常的?
void CTest_DownloadDlg::OnBSave()
{
CDirDialog dlg;
if (dlg.DoBrowse(this) == IDOK) {
m_sFileName = dlg.m_strPath;
UpdateData(FALSE);
}

搜索更多相关主题的帖子: DirDialog 
2007-01-02 11:08
停止流浪
Rank: 1
等 级:新手上路
帖 子:17
专家分:0
注 册:2006-12-16
收藏
得分:0 

还是不行呀
所有的头文件如下:
#include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <conio.h>
#include <wtypes.h>
#include "stdafx.h"
#include "Test_Download.h"
#include "Test_DownloadDlg.h"
#include "SUB_Download.h"
#include "DirDialog.h" //目录浏览对话框
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

2007-01-02 12:34
快速回复:无法引用"DirDialog.h"
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011178 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved