Page 1 of 1

MFC application and AppConnector

Posted: 03 Dec 2007, 16:18
by marian
We're developing a BCI application using blinking.. and we wanted to create our own application . we're use the AppConnector to send states to an external applicaiton written in C#. The application I am using now to be in the application part in BCI2000 is a modification of MFCDemo application that exist in the BCI2000 platform..
however, the feature of AppConnector is not working with the version of the MFC application that I made. should I add anything special in the task filter to allow the Appconnector to work correctly?

thanks Alot

Posted: 04 Dec 2007, 05:19
by mellinger
Marian,

the AppConnector is not part of the MFC demo application module by default. You will need to add the files
src/Application/shared/ConnectorFilters.cpp
src/shared/ParamRef.cpp
to the project if you want to use the AppConnector.

Regards,
Juergen

Posted: 04 Dec 2007, 12:50
by marian
Thanks alot :)
It really HELPED!