OpenVibe Visual Studio 2010 solution

Come here to discuss about OpenViBE in general!
Post Reply
toncho11
Posts: 124
Joined: Tue Apr 19, 2011 7:58 pm

OpenVibe Visual Studio 2010 solution

Post by toncho11 »

Based on openvibe-0.12.0-svn3107-src which is downloadable from OpenVibe site.
Unzip it to C:\Work\ to get: C:\Work\openvibe-0.12.0-svn3107-src

Install dependencies.

Build source.

Extract this zip: http://debian.fmi.uni-sofia.bg/~toncho/ ... lution.zip
in openvibe-0.12.0-svn3107-src\local-tmp\ replacing your previous Visual dir.
Note that I have kept my "CMakeLists.txt" in Visual folder.

Open Project.sln.

Building is not possible, but at least I now have VS 2010 as an IDE.

Hope this helps.
Last edited by toncho11 on Sat Jan 21, 2012 3:42 pm, edited 1 time in total.

yrenard
Site Admin
Posts: 645
Joined: Fri Sep 01, 2006 3:39 pm
Contact:

Re: OpenVibe Visual Studio 2010 solution

Post by yrenard »

Dear anton,

why don't you use the provided win32-generate-vc-proj.cmd script ?

Regards,
Yann

toncho11
Posts: 124
Joined: Tue Apr 19, 2011 7:58 pm

Re: OpenVibe Visual Studio 2010 solution

Post by toncho11 »

Because it did not work for me:

see: viewtopic.php?f=4&t=494

This is if someone else is having the same problem.

yrenard
Site Admin
Posts: 645
Joined: Fri Sep 01, 2006 3:39 pm
Contact:

Re: OpenVibe Visual Studio 2010 solution

Post by yrenard »

Could you try with latest SVN revision ? I saw a recent commit from Laurent Bonnet that should fix this problem !

Regards,
Yann

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: OpenVibe Visual Studio 2010 solution

Post by lbonnet »

Indeed I just committed a modification of the script that generates the visual studio project.
It worked for me on win7 64b & VS 2010.

Tell me if it's ok for you.

Laurent
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

toncho11
Posts: 124
Joined: Tue Apr 19, 2011 7:58 pm

Re: OpenVibe Visual Studio 2010 solution

Post by toncho11 »

Yes, it works with VS 2010 now.

Some of the projects seems to compile within VS 2010.

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: OpenVibe Visual Studio 2010 solution

Post by lbonnet »

Ok good :)

We can't really compile all openvibe within Visual Studio because the build process needs to set up the environment before (the win32-init_env script).
If you want to be able to launch the build from VS anyway, here is a quick howto that you may find interesting.

BR
Laurent
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

toncho11
Posts: 124
Joined: Tue Apr 19, 2011 7:58 pm

Re: OpenVibe Visual Studio 2010 solution

Post by toncho11 »

Hi,

I have created a small program that configures OpenVibe Designer and Acquisition server for me in Visual Studio 2010. It enables everything I need: compilation, execution and debugging. We could say that now it "really" compiles :)

blog post: http://debian.fmi.uni-sofia.bg/~toncho/ ... tudio.html

src: http://code.google.com/p/adastra/source ... stOpenVibe

Post Reply