ICP  1
isisutils.cpp
Go to the documentation of this file.
1 // isisutils.cpp : Defines the exported functions for the DLL application.
2 //
3 
4 #include "stdafx.h"
5 #include "isisutils.h"
6 
7 
8 // This is an example of an exported variable
10 
11 // This is an example of an exported function.
13 {
14  return 42;
15 }
16 
17 // This is the constructor of a class that has been exported.
18 // see isisutils.h for the class definition
20 {
21  return;
22 }
ISISUTILS_API int fnisisutils(void)
Definition: isisutils.cpp:12
Cisisutils(void)
Definition: isisutils.cpp:19
#define ISISUTILS_API
Definition: isisutils.h:10
ISISUTILS_API int nisisutils
Definition: isisutils.cpp:9