| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 656 人关注过本帖
标题:求高手帮忙找错
只看楼主 加入收藏
yuye851029
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2007-9-18
收藏
 问题点数:0 回复次数:1 
求高手帮忙找错
以下是一绘图软件地小部分源码,但是我在VC上运行时总是显示有一错误。本人VC刚学,求高手指点一下。
// VCutDialog.cpp : implementation file
//

#include "stdafx.h"
#include "Vcad.h"
#include "VCutDialog.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// VCutDialog dialog


VCutDialog::VCutDialog(CWnd* pParent /*=NULL*/)
    : CDialog(VCutDialog::IDD, pParent)
{
    //{{AFX_DATA_INIT(VCutDialog)
        // NOTE: the ClassWizard will add member initialization here
    //}}AFX_DATA_INIT
}


void VCutDialog::DoDataExchange(CDataExchange* pDX)
{
    CDialog::DoDataExchange(pDX);
    //{{AFX_DATA_MAP(VCutDialog)
        // NOTE: the ClassWizard will add DDX and DDV calls here
    //}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(VCutDialog, CDialog)
    //{{AFX_MSG_MAP(VCutDialog)
        // NOTE: the ClassWizard will add message map macros here
    //}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// VCutDialog message handlers

void VCutDialog::DoDataExchange(CDataExchange* pDX)
{
    CDialog::DoDataExchange(pDX);
    //{{AFX_DATA_MAP(VCutDialog)
        // NOTE: the ClassWizard will add DDX and DDV calls here
    //}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(VCutDialog, CDialog)
    //{{AFX_MSG_MAP(VCutDialog)
        // NOTE: the ClassWizard will add message map macros here
    //}}AFX_MSG_MAP
END_MESSAGE_MAP()

// VCutDialog message handlers
搜索更多相关主题的帖子: VCutDialog quot include FILE 
2008-05-02 08:27
Q_Q
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-4-17
收藏
得分:0 
这些都是自动生成的代码呀
2008-05-02 16:36
快速回复:求高手帮忙找错
数据加载中...
 
   



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

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