How to build a BioRadio Source Module without Borland C++
Posted: 07 Jun 2010, 12:18
Hello,
I've recently downloaded the latest source code of BCI2000. I followed the instructions and I had no troubles at all in building the whole software using CMAKE, Qt SDK and Visual C++ 2008.
Now I'd like to add to the software tool a BioRadio150 source module in order to connect the device with BCI2000 and perform some BCI experiments. I tried to build this source module using the source code present in the source/contrib folder of the BCI2000 distribution... I modified the cmake file in order to be able to add this module to the Visual C++ project with all the other parts of the BCI2000 project, but when I try to build it I get an error, only for this module... My compiler can't find the VCL libraries... I've attahed the error message displayed.
..\..\..\..\src\contrib\SignalSource\BioRadio\BioRadio.cpp(7) : fatal error C1083: Cannot open include file: 'vcl.h': No such file or directory
1>Build log was saved at "file://c:\BCI\build\contrib\SignalSource\BioRadio\BioRadio.dir\Debug\BuildLog.htm"
Thanks for your help
Alessandro Napoli
I've recently downloaded the latest source code of BCI2000. I followed the instructions and I had no troubles at all in building the whole software using CMAKE, Qt SDK and Visual C++ 2008.
Now I'd like to add to the software tool a BioRadio150 source module in order to connect the device with BCI2000 and perform some BCI experiments. I tried to build this source module using the source code present in the source/contrib folder of the BCI2000 distribution... I modified the cmake file in order to be able to add this module to the Visual C++ project with all the other parts of the BCI2000 project, but when I try to build it I get an error, only for this module... My compiler can't find the VCL libraries... I've attahed the error message displayed.
..\..\..\..\src\contrib\SignalSource\BioRadio\BioRadio.cpp(7) : fatal error C1083: Cannot open include file: 'vcl.h': No such file or directory
1>Build log was saved at "file://c:\BCI\build\contrib\SignalSource\BioRadio\BioRadio.dir\Debug\BuildLog.htm"
Thanks for your help
Alessandro Napoli