Page 1 of 1

compiling bci2000 with sigfried

Posted: 18 Mar 2010, 16:09
by naderp
I've followed instructions for compiling bci2000 with sigfried at http://www.bci2000.org/wiki/index.php/C ... iedSigProc but am not finding the expected output. The .ini and .dll files are in the parent directory and the .exe file is nowhere to be found.

I'm using C++ Builder 2010... could that be the problem?

Thanks,
Nader

Posted: 19 Mar 2010, 12:49
by mellinger
Nader,

when using C++ Builder 2010, you cannot build BCI2000 from the command line as suggested on the wiki.

Rather, you need to manually copy the sigfried.ini and sigfried.dll files to the BCI2000/prog directory. The linker should place the executable in the BCI2000/prog directory as well.

Juergen