Search found 78 matches

by karthiks
Wed Feb 20, 2013 11:13 am
Forum: Help for building the software
Topic: Build issues
Replies: 5
Views: 6708

Re: Build issues

There could be something funny in your build environment. MSVCR80.DLL doesn't really sound like something OpenVibe would install. Instead, it sounds like a standard Microsoft component. Google might help here... Good luck, Jussi I fixed that by finding that dll file and now I have "the procedure en...
by karthiks
Tue Feb 19, 2013 5:10 pm
Forum: Help for building the software
Topic: Build issues
Replies: 5
Views: 6708

Re: Build issues

Hello Karthiks, if you look at the error report you see that a header from Mathworks (not provided by OpenViBE) is conflicting with a header from Microsoft (not provided by OpenViBE). You might try removing <mex.h> include line from the Matlab box cpp files and see what happens, or disable building...
by karthiks
Tue Feb 19, 2013 2:22 pm
Forum: Help for building the software
Topic: Build issues
Replies: 5
Views: 6708

Build issues

Hey, The new version of OpenViBE has been interesting to install :) I had to do a clean checkout on all my systems. But, I am unable to install on one system consistently. I am using Win 7 32 bit. Dependencies have been installed. Linking CXX shared library OpenViBE-plugins-file-io-dynamic.dll Creat...
by karthiks
Fri Jan 18, 2013 3:21 pm
Forum: Help for building the software
Topic: Compiling vrpn with gcc
Replies: 2
Views: 5059

Re: Compiling vrpn with gcc

Hello karthiks, what OS are you using? .lib libraries are Windows specific and cannot be used on Linux for example. In order to help you we will need more details about your setup. Cheers Jozef Hey Jozef, I am using Windows 7 32 bit. I had the same issue when I was trying to compile stand-alone VRP...
by karthiks
Wed Jan 09, 2013 2:47 pm
Forum: Help for building the software
Topic: Compiling vrpn with gcc
Replies: 2
Views: 5059

Compiling vrpn with gcc

Hello everyone, Happy new year. I tried compiling the vrpn client using gcc but I find no way to use the vrpn.lib. I have linked the library. I am sure it is using the correct library as when I change the name, the compiler tells me it cannot find the file. But, it always keeps telling me "undefined...
by karthiks
Thu Aug 16, 2012 8:42 am
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Re: Compiling new version of OpenViBE

Hey Laurent,

Hope everyone's summer vacation was good. I am still unable to resolve this problem without disabling Ogre. Any ideas?
by karthiks
Fri Jul 20, 2012 1:44 pm
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Re: Compiling new version of OpenViBE

Hi there, Sorry, the team is a bit reduced with everyone's summer vacation. I'm still not capable of reproducing this problem on any computer here :s :-s Meanwhile, you can deactivate Ogre so that openvibe won't even try to load it. You will lost the 3D visualization though. In your local configura...
by karthiks
Fri Jul 20, 2012 11:18 am
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Re: Compiling new version of OpenViBE

Any updates or new suggestions?
by karthiks
Fri Jul 13, 2012 5:39 am
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Re: Compiling new version of OpenViBE

Hey Laurent, Yes, a fresh checkout has the same problem. this is a detailed console level output - [ TRACE ] Initializing Ogre [ TRACE ] Ogre configuration file ../share/openvibe-kernel-omk/ogre.cfg [ TRACE ] Ogre plugins file E:\Openvibe\scripts\..\dependencies\ogre/bin/release /Plugins.cfg [ TRACE...
by karthiks
Thu Jul 12, 2012 8:34 am
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Re: Compiling new version of OpenViBE

Dear Laurent, The next step after loading all the plugins (vrpn is the last loaded) should be the designer re-opening the latest scenario(s) used. These scenarios are defined in the generated file openvibe-designer.conf in C:\document and settings\[login]\ . You can remove this file, maybe it's some...
by karthiks
Wed Jul 11, 2012 11:17 am
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Re: Compiling new version of OpenViBE

Dear Laurent,

It solved my openvibe server issue. But the designer problem is still there as described in the previous post.

Any suggestions?
by karthiks
Fri Jul 06, 2012 2:51 pm
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Re: Compiling new version of OpenViBE

Hi karthiks, As stated in the relaese note, new dependencies were added. On windows pthread is needed to compile a new driver. Before compiling the new sources, you have to re-install the dependencies. Please run win32-install_dependencies.exe, clean the cmake cache (delete local-tmp folder) and co...
by karthiks
Mon Jul 02, 2012 9:01 am
Forum: Help for building the software
Topic: Compiling new version of OpenViBE
Replies: 13
Views: 16173

Compiling new version of OpenViBE

Hey, I just updated my OpenViBE source with the new files. I am now unable to compile. I get the following error: E:\Openvibe\openvibe-applications\acquisition-server\trunc\src\field-trip-protocol\ovasCDriverFieldtrip.cpp(9) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or...
by karthiks
Wed May 30, 2012 4:27 pm
Forum: Boxes
Topic: VRPN data rate
Replies: 1
Views: 3031

VRPN data rate

Hey,

I am trying to send some signals using the analog VRPN box. I was wondering what is the data rate at which I can send signals? My generator is producing signals at 100 Hz and has 10 channels. Will the data transfer ok or will I have loss of data?

Thanks for the help.
by karthiks
Fri Mar 02, 2012 2:36 pm
Forum: Boxes
Topic: Box behaving differently in different situations
Replies: 17
Views: 18684

Re: Box behaving differently in different situations

As I said in the previous post, that PCPG box is not a priority for me. I have run in to a different kind of problem, very similar in nature to this one but different in reason I am sure. I have attached a code of a box that I am using. It is a modification on the Sinus Signal Generator. Before the ...