01-15-2012 02:02 PM
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
01-15-2012 02:25 PM
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!
01-15-2012 04:16 PM