Page 1 of 1

TCPStream.cpp missing from Repository

Posted: 08 Jun 2011, 14:34
by ikara
Hi,
I am trying to build the AppConnectorExample but the files
TCPStream.cpp and TCPStream.h which were supposed to be included in the source files are missing.

Although I located the TCPStream.h file in ..\src\contrib\SignalSource\Neuroscan\ctfneurod
(instead of the ..\src\shared\ directory, as suggested by the AppConnector.pro)
TCPStream.cpp was nowhere to be found.

Could someone upload the file in the Repository?

Thanks in advance
Ioannis Karavasilis

Re: TCPStream.cpp missing from Repository

Posted: 09 Jun 2011, 10:17
by mellinger
Hi,

the Qt project file of AppConnectorExample was outdated (the standard way to build BCI2000 is now using CMake).
I updated the pro file, and it should work now.

Thanks,
Juergen

Re: TCPStream.cpp missing from Repository

Posted: 09 Jun 2011, 11:23
by ikara
Thanks :)