VR-Vantage 2.3 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrvHla1516e.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
10 
11 #pragma once
12 #ifdef _WIN32
13 # ifdef vrvHla1516e_EXPORTS
14 # define DT_DLL_VRVHLA1516E __declspec ( dllexport )
15 # else
16 # define DT_DLL_VRVHLA1516E __declspec ( dllimport )
17 # ifdef _DEBUG
18 # pragma comment(lib,"vrvHla1516ed.lib")
19 # else
20 # pragma comment(lib,"vrvHla1516e.lib")
21 # endif
22 # endif
23 #else
24 # define DT_DLL_VRVHLA1516E
25 #endif
26 
27 // Actually make the shared VRLink code exported as HLA1516 code.
28 #define DL_DLL_IGCONVRLINK DT_DLL_VRVHLA1516E
29 #include <vrvUtil/vrvUtil.h>
30 
31 namespace makVrv
32 {
33 
34  class DtDe;
35 
36  namespace vrvHla1516e
37  {
38  DT_DLL_VRVHLA1516E void init(DtDe& anIG);
39  }
40 
41 }


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)