Programming Howto:Compile BCI2000
Appearance
Back
To this howto's overview page.
Open the solution file
Your BCI2000 "prog" folder does not contain any executables yet:

Open the solution file in your BCI2000 "build" folder by double-clicking it ...
... and view it in the VisualStudio IDE.

Build the solution
Switch the build type to "release".

From the "build" menu, choose "Build solution":

Once the build is finished, ...

... your BCI2000 "prog" folder will contain a number of executables, one for each module, plus a few helper executables.

Next step
As a next step, learn how to Create a custom Signal Processing Module.