Jump to content

Programming Howto:Compile BCI2000: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
No edit summary
Mellinger (talk | contribs)
No edit summary
 
Line 2: Line 2:
To [[Programming Howto:Building and Customizing BCI2000|this howto's overview page]].
To [[Programming Howto:Building and Customizing BCI2000|this howto's overview page]].


==Open the solution file in the IDE==
==Open the solution file==
Your BCI2000 "prog" folder does not contain any executables yet:
Your BCI2000 "prog" folder does not contain any executables yet:


Line 15: Line 15:
[[File:use_vs2017_1.png|center]]
[[File:use_vs2017_1.png|center]]


==Build the solution using the IDE==
==Build the solution==
Switch the build type to "release".
Switch the build type to "release".



Latest revision as of 14:47, 16 August 2018

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.

See also

Programming Howto:Building and Customizing BCI2000