VR-Vantage 3.0 API Documentation
Home
Modules
Namespaces
Classes
Files
Libraries
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
sensorFx
include
ssdllexport.h
Go to the documentation of this file.
1
2
// The following ifdef block is the standard way of creating macros which make exporting
3
// from a DLL simpler. All files within this DLL are compiled with the SIGSIMRTDLL_EXPORTS
4
// symbol defined on the command line. this symbol should not be defined on any project
5
// that uses this DLL. This way any other project whose source files include this file see
6
// SIGSIMRTDLL_API functions as being imported from a DLL, wheras this DLL sees symbols
7
// defined with this macro as being exported.
8
#ifdef WIN32
9
#ifdef SIGSIMRT_EXPORTS
10
#define SIGSIMRT_API __declspec(dllexport)
11
#else
12
#define SIGSIMRT_API __declspec(dllimport)
13
#endif
14
#else
15
#define SIGSIMRT_API
16
#endif
17
18
/*
19
// This class is exported from the SIGSIMRT.dll
20
class SIGSIMRT_API CSIGSIMRT {
21
public:
22
CSIGSIMRT(void);
23
// TODO: add your methods here.
24
};
25
26
extern SIGSIMRT_API int nSIGSIMRT;
27
28
SIGSIMRT_API int fnSIGSIMRT(void);
29
*/
30
Copyright © 2005-2022 MAK Technologies. All Rights Reserved (
www.mak.com
)