VC++6.0编译时遇到了问题,我是新手,这是别人的程序,编译时出现了下面的错误,请高手帮忙,越详细越好

#include<pylon/PylonIncludes.h>usingnamespacePylon;#ifdefined(USE_1394)//Settingstous... #include <pylon/PylonIncludes.h>
using namespace Pylon;

#if defined( USE_1394 )
// Settings to use Basler 1394 cameras
#include <pylon/1394/Basler1394Camera.h>
typedef Pylon::CBasler1394Camera Camera_t;
using namespace Basler_IIDC1394CameraParams;
using namespace Basler_IIDC1394StreamParams;
#elif defined ( USE_GIGE )
// Settings to use Basler GigE cameras
#include <pylon/gige/BaslerGigeCamera.h>
typedef Pylon::CBaslerGigECamera Camera_t;
using namespace Basler_GigECameraParams;
using namespace Basler_GigEStreamParams;
#else
#error Camera type is not specified. For example, define USE_GIGE for using GigE cameras
#endif

// Namespace for using cout
using namespace std;

为什么会出现如下的错误:fatal error C1083: Cannot open include file: 'pylon/PylonIncludes.h No such file or directory
展开
 我来答
挨木批三
2010-11-04 · TA获得超过2449个赞
知道小有建树答主
回答量:326
采纳率:0%
帮助的人:275万
展开全部
头文件 PylonIncludes.h 的路径不对 找到这个文件复制到你的工程目录下 添加到工程里 然后重新编译全部
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
一切切皆寂寞作
2010-11-17 · TA获得超过7006个赞
知道大有可为答主
回答量:1370
采纳率:0%
帮助的人:3088万
展开全部
程序结束前加一条暂停语句即可。system(“pause");
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
tianjun9
2010-11-04 · TA获得超过306个赞
知道答主
回答量:101
采纳率:0%
帮助的人:48.1万
展开全部
pylon目录下的PylonIncludes.h头文件不存在啊,笨
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式