i am trying to compile the SourceFilter module from the emotiv signal source module into the NeuroSky module. My environment is WinXP SP3 along with Microsoft Visual Studio Express 2008. I successfully compiled the whole BCI2000 project at first.
In order to compile the SourceFilter, I added the particular headers and cpp files from the emotiv module. In the cmake file I added the following two lines, as seen in the emotiv cmake file, but edited the path:
Code: Select all
25 INCLUDE_DIRECTORIES( ${BCI2000_SRC_DIR}/contrib/SignalSource/Neurosky/lib/include )
26
27 BCI2000_INCLUDE( "SOURCEFILTER" )Best, Dirk
