From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LabWindows + Epoc EMOTIV EEG

Hi,

    I have a research edition EPOC (hardware and SDK). My intention is to acquire and save the signals from each electrode in real-time. www.emotiv.com provides c++ examples to do exactly that (with visual studio 2005). I tried to run the code with labWindows CVI 2009. First, I put all the .h and .dll in the project folder, and then set as include path all the headers of visual studio.

   

    When I run the code (with no modifications) , I get several awkward errors such as:

 

crtdefs.h"(556,121) syntax error; found ')' expecting ';'. 

 

 

I'd be very glad if someone helps me on this,

Constantino

 


0 Kudos
Message 1 of 3
(2,820 Views)

Hi,

 

LabWindows provides a C compiler and no C++ compiler, so you will need to adapt the C++ examples in order to use LabWindows/CVI. Depending on the code this may be a snap or quite some effort. If you also have Measurement Studio this might be the simpler approach...

 

Good luck!

0 Kudos
Message 2 of 3
(2,817 Views)
I need it!
0 Kudos
Message 3 of 3
(2,814 Views)