VR-Forces 4.0.4 Class Documentation
include/vrvDis/vrvDis.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrvDis.h,v $ $Revision: 1.8 $ $State: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 
00016 #ifdef _WIN32
00017 #ifdef vrvDis_EXPORTS
00018 #define DT_DLL_VRVDIS __declspec ( dllexport )
00019 #else
00020 #define DT_DLL_VRVDIS __declspec ( dllimport )
00021 
00022 #ifdef _DEBUG
00023 #pragma comment(lib,"vrvDisd.lib")
00024 #else
00025 #pragma comment(lib,"vrvDis.lib")
00026 #endif
00027 
00028 #endif
00029 #else
00030 #define DT_DLL_VRVDIS
00031 #endif
00032 
00033 
00034 //Actually make the shared VRLink code exported as DIS code.
00035 #define DL_DLL_IGCONVRLINK DT_DLL_VRVDIS
00036 
00037 
00038 namespace makVrv
00039 {
00040    class DtDe;
00041    namespace vrvDis
00042    {
00043       DT_DLL_VRVDIS void init(DtDe& anIG);
00044    }
00045 }
00046 
00047 #include <vrvUtil/vrvUtil.h>

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)