VR-Vantage API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Tutorials
File List
File Members
include
vrvCigi
vrvCigi.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrvCigi.h,v $ $Revision: 1.8 $ $State: Exp $
7
******************************************************************************/
8
13
14
#pragma once
15
#ifdef _WIN32
16
# ifdef vrvCigi_EXPORTS
17
# define DT_DLL_VRVCIGI __declspec ( dllexport )
18
# else
19
# define DT_DLL_VRVCIGI __declspec ( dllimport )
20
# ifdef _DEBUG
21
# pragma comment(lib,"vrvCigid.lib")
22
# else
23
# pragma comment(lib,"vrvCigi.lib")
24
# endif
25
# endif
26
#else
27
# define DT_DLL_VRVCIGI
28
#endif
29
//Actually make the shared VRLink code exported as CIGI code.
30
#define DL_DLL_IGCONVRLINK DT_DLL_VRVCIGI
31
32
namespace
makVrv
33
{
34
class
DtDe;
35
namespace
vrvCigi
36
{
38
DT_DLL_VRVCIGI
void
init
(
DtDe
& anIG);
39
41
void
igPostInit
(
DtDe
& de);
42
}
43
}
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)