CFugue
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
E:
WinApp
CarMusTy
src
References
CFugue
include
CFugueDll.h
1
/*
2
This is part of CFugue, a C++ Runtime for MIDI Score Programming
3
Copyright (C) 2009 Gopalakrishna Palem
4
5
For links to further information, or to contact the author,
6
see <http://musicnote.sourceforge.net/>.
7
*/
8
9
// The following ifdef block is the standard way of creating macros which make exporting
10
// from a DLL simpler. All files within this DLL are compiled with the PHTRANSLATELIB_EXPORTS
11
// symbol defined on the command line. this symbol should not be defined on any project
12
// that uses this DLL. This way any other project whose source files include this file see
13
// PHTRANSLATELIB_API functions as being imported from a DLL, whereas this DLL sees symbols
14
// defined with this macro as being exported.
15
#ifdef MUSICNOTEDLL_EXPORTS
16
#define MUSICNOTELIB_API __declspec(dllexport)
17
#else
18
#define MUSICNOTELIB_API __declspec(dllimport)
19
#endif
20
21
#include "
CFugueLib.h
"
CFugueLib.h
Main header file for accessing the CFugue Library.
CFugue, the C++ Music Programming Library
© Copyright 2009
Cenacle Research India Private Limited
Gopalakrishna Palem