Page 1 of 1

Creating a new Application

Posted: 15 Jun 2010, 03:24
by nadu
Hi !

I want to integrate a P300 based web browser application with BCI2000. Its currently functioning fine on an older BCI2000 version.
I want to upgrade the web browser application so that it works with the latest BCI2000 version. (Currently, it throws an error saying that the Operator (BCI 2000 latest version) and the Application (P300 browser) are of 2 different versions. Please make sure that all the modules share the same BCI 2000 version).
The application was developed by modifying the MFC Demo example that's available with the source code. I would like to know, should I start from the MFC Demo example to upgrade the P300 Browser application or is it different for the newer version?
I saw some App Connector examples and documentation and was confused which direction to proceed in.

Any tips or links to earlier posts will be of great help!

thanks in advance!
cheers
nadu

Posted: 23 Jun 2010, 12:37
by griffin.milsap
nadu,

I've updated the MFCDemo App to work and compile in BCI2000 3.0 via the CMake interface.

Check out src/contrib/application/MFCDemo. MFCDemo in V3.0 is no different than MFCDemo in 2.0.

-Griff

Thanks!

Posted: 24 Jun 2010, 19:21
by nadu
Thanks Griff !

I am working with the 2.0 version as of now. Will try with the 3.0 version once this is successful!

cheers
-
nadu