编译时找不到。请高手提示!

netbase 2003-11-20 12:29:40
各位大侠。
本人在网上下载了一个VC的程序源码。使用VC7.0(应该是.net2002吧)编的。
在我的WinXP Professional + .NET2003 环境下编译时提示<StdAfx.h>中引用的<XTToolKit.h>找不到。
请各位大侠指点。

<StdAfx.h>的源码如下:

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#if !defined(AFX_STDAFX_H__E4AA3AEB_EEE2_11D7_A019_9806402060C0__INCLUDED_)
#define AFX_STDAFX_H__E4AA3AEB_EEE2_11D7_A019_9806402060C0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#if _MSC_VER >= 1200
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#endif
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT

#include <afxsock.h> // MFC socket extensions

#include <XTToolKit.h> // Xtreme Toolkit MFC Extensions

#include "FuncCode.h" //一些重要的函数
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.


#endif // !defined(AFX_STDAFX_H__E4AA3AEB_EEE2_11D7_A019_9806402060C0__INCLUDED_)

struct ChipType
{
char Name[20];
BYTE FID;
int RomSize;
float ProVol;
BYTE SignBytes[3];
};
...全文
365 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
wangweixing2000 2003-11-29
  • 打赏
  • 举报
回复
这是可开发包,没有这东西你怎么行呢,如果网上找不到也有可能是作者自己写的一个包!祝你好运!呵呵!
netbase 2003-11-21
  • 打赏
  • 举报
回复
关键问题是我的硬盘上根本没有<XTToolKit.h>这个文件。
我想知道这个文件是.NET2003应该自带的还是软件开发者自己编写的。
netbase 2003-11-21
  • 打赏
  • 举报
回复
这个问题我自己解决了。谢谢各位的帮助。
解决方法:
在google上用“Xtreme Toolkit”作为关键字搜索。答案即在眼前。

请斑竹帮助结帖。
netbase 2003-11-21
  • 打赏
  • 举报
回复
我想这个文件可能是一个第三方的控件之类的东西。有谁听说过吗?
muzhi 2003-11-21
  • 打赏
  • 举报
回复
这个文件是作者自已写的
warmchang 2003-11-20
  • 打赏
  • 举报
回复
添加XTToolKit.h文件路径在include目录设置里面!

7,540

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 VC.NET
社区管理员
  • VC.NET社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧