Page 2 of 2

Re: Build BCI2000 in Visual Studio 2010

Posted: 12 Jul 2013, 11:45
by mattspe
Hi,
I'm trying to build BCI2000 in visual studio 2010 too.
The solution is correctly created with "Make VS10 Project Files.bat", but, when i try to compile the operator module (i'm in release mode),
i get a lot of this error:


C:/BCI2/src/shared/utils/DisplayFiltering\DisplayFilter.h(31): fatal error C1083: cannot open include file 'IIRFilter.h': No such file or directory

can someone help me? seems that the include directories are not setted in the right way.
i'm working on win7 x64, with visual studio 2010 ultimate SP1
thanks!
Matteo

Re: Build BCI2000 in Visual Studio 2010

Posted: 12 Jul 2013, 12:14
by gerardo_c_
I have the same error.

Help, please.

Re: Build BCI2000 in Visual Studio 2010

Posted: 14 Jul 2013, 10:56
by RemyWahnoun
mattspe, gerardo_c_,
I had the same problem, compiling on a x64 Win 8 machine with MSVC2k10.
It got solved by checking out the previous version of SetupExtlibDependencies.cmake in BCI2k 3.0\build\cmake\
I didnt get into the code to see what caused the new problem, but at least it compiles for now.

Re: Build BCI2000 in Visual Studio 2010

Posted: 15 Jul 2013, 03:21
by mattspe
Now it works!
Thanks!
Matteo

Re: Build BCI2000 in Visual Studio 2010

Posted: 15 Jul 2013, 08:52
by mellinger
Thanks for reporting that bug. It's been fixed on SVN.

Regards,
Juergen