 |
GenApi 3.5.1
|
Go to the documentation of this file.
29#ifndef GENAPI_GENAPILINKAGE_H
30#define GENAPI_GENAPILINKAGE_H
32#include <Base/GCLinkage.h>
36#if defined(GENICAM_FORCE_AUTO_IMPLIB) || (!defined(GENICAM_NO_AUTO_IMPLIB) && !defined(GCBASE_EXPORTS) && !defined(GENAPI_EXPORTS) && !defined(MATHPARSERDLL_EXPORTS) && !defined(LOG_EXPORTS))
37# if defined (_WIN32) && defined (_MT )
38# pragma comment(lib, LIB_NAME( "GCBase" ))
39# pragma comment(lib, LIB_NAME( "GenApi" ))
43# error Invalid configuration
48#define GENAPI_GENAPILINKAGE_H