Page 1 of 1

Could not connect to operator module !!

Posted: 21 Nov 2011, 15:25
by ahalharbi
Dear BCI2000 programmers,
I am trying to run BCI2000 using C++ builder XE2. When I run the program an error massage is appear:
SingleProcessing:Could not connect to operator module. :!:

How can I solve this problem.
I relay need your help.

I am using windows vista
64-bit

Waiting your replay..

Thanks,
Amal Alharbi

Re: Could not connect to operator module !!

Posted: 22 Nov 2011, 08:28
by mellinger
Hi,

C++ Builder cannot be used to build the BCI2000 Operator module. Thus, when building BCI2000 with C++ Builder, the operator module is not built, and will be missing when you try to start up your compiled BCI2000.

In order to get an Operator module, you need to download a binary release (http://www.bci2000.org/wiki/index.php/B ... on_History), and move both Operator.exe and OperatorLib.dll from the binary release's prog directory into your BCI2000 prog directory.

Regards,
Juergen

Re: Could not connect to operator module !!

Posted: 22 Nov 2011, 17:39
by ahalharbi
Thanks Juergen.
I did exactly what u said before but still a have the same problem :(
any other solution :?:

Re: Could not connect to operator module !!

Posted: 23 Nov 2011, 07:14
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