标题:无法引用"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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-113686-1-1.html




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

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