Page 1 of 1

I need help

Posted: 20 Nov 2011, 10:58
by arwa_cs
Hi all
I need help
I down load BCI sourcecode (win 7 32-bit)after that I opened the project by using c++ builder XE2 and I correct the error,when I run no errors occur but it dose not run and this message ocuure :
"SignalProcessing:Couls not to t ecconnoperator module."
some of my classmate can run Success but this problem occur in my labtop
how I can solve this problem?
Thanks

Re: I need help

Posted: 21 Nov 2011, 07:34
by mellinger
Please open the "Getting Started" HTML document in the BCI2000 folder, and follow its suggestions. Alternatively, go to the Wiki on this page:
http://www.bci2000.org/wiki/index.php/U ... I2000_Tour

Juergen

Re: I need help

Posted: 21 Nov 2011, 15:14
by arwa_cs
Thanks
I read this befor ,but it doesn't help me.
my question c++ builder XE2 is new product, so I can execute BCI2000 in with out any changes in code or any configuration.

Re: I need help

Posted: 22 Nov 2011, 08:31
by mellinger
Please see this thread for a solution to your problem:
http://www.bci2000.org/phpbb/viewtopic.php?f=1&t=1110

Re: I need help

Posted: 22 Nov 2011, 12:32
by arwa_cs
Thank you ,I did what you suggest in this link but still the same problem ,what can I do

Re: I need help

Posted: 22 Nov 2011, 15:03
by mellinger
If you read the "Getting Started" document, then you know that you need to start up BCI2000 using one of the batch files in BCI2000/batch, or alternatively, that you need to use the BCI2000 launcher. So when you start up BCI2000 from one of the batch files, and the error message occurs, just wait until the Operator module GUI appears. Then, execute the batch file once again. This should solve the problem.

Re: I need help

Posted: 22 Nov 2011, 15:13
by arwa_cs
sorry for bothiring you ,but my problem how run BCI2000 soruce code IN c++ builder XE2 can you give me steps to ensure that my work is ok

Re: I need help

Posted: 23 Nov 2011, 07:47
by mellinger
In case I'm guessing correctly that you want to run a BCI2000 module inside the debugger, this might help:
http://www.bci2000.org/wiki/index.php/P ... #Debugging