pylon/PylonGUIIncludes.h#
Detailed Description#
Master include for Pylon GUI.
See:
If you intend to use the GUI classes and functions you must include this file explicitly. This file will not be included automatically when you include pylon/PylonIncludes.h.
Source code#
//-----------------------------------------------------------------------------
// Basler pylon SDK
// Copyright (c) 2011-2022 Basler AG
// http://www.baslerweb.com
// Author: NN
//-----------------------------------------------------------------------------
#ifndef PYLON_GUI_INCLUDEDS_H_INCLUDED__
#define PYLON_GUI_INCLUDEDS_H_INCLUDED__
#include <pylon/Platform.h>
#include <pylon/PylonLinkage.h>
#include <pylon/PylonGUI.h>
// Add the lib to the linkers input libraries.
#if defined(_MSC_VER) && defined(PYLON_WIN_BUILD)
# ifndef PYLON_NO_AUTO_IMPLIB
# pragma comment(lib, PYLON_LIB_NAME( "PylonGUI" ))
# endif
#endif
#endif // PYLON_GUI_INCLUDEDS_H_INCLUDED__
Updated on 5 July 2022 at 15:30:01