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': No such file or directory 展开
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': No such file or directory 展开
1个回答
展开全部
你查看下有没有这个目录 pylon/PylonIncludes.h
错误提示找不到
错误提示找不到
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询