VR-Vantage 1.4.1 API Class Documentation
vrvDisQt.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrvDisQt.h,v $ $Revision: 1.8 $ $State: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 
00016 #ifdef _WIN32
00017 #ifdef vrvDisQt_EXPORTS
00018 #define DT_DLL_VRVDISQT __declspec ( dllexport )
00019 #else
00020 #define DT_DLL_VRVDISQT __declspec ( dllimport )
00021 
00022 #ifdef _DEBUG
00023 #pragma comment(lib,"vrvDisQtd.lib")
00024 #else
00025 #pragma comment(lib,"vrvDisQt.lib")
00026 #endif
00027 
00028 #endif
00029 #else
00030 #define DT_DLL_VRVDISQT
00031 #endif
00032 
00033 #include <vrvUtil/signalslib.h>
00034 
00035 namespace makVrv
00036 {
00037    class DtDe;
00038    namespace vrvDisQt
00039    {
00040       DT_DLL_VRVDISQT void init(DtDe& anIG);
00041    }
00042 }


Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)