vrpn link error in dev cpp IDE

About the GUI application to design signal processing pipelines
Post Reply
fouadchouag
Posts: 9
Joined: Mon Oct 18, 2010 1:27 pm

vrpn link error in dev cpp IDE

Post by fouadchouag »

Hi
i have tested CPP file that conatin an example for third party application ( from Open vibe to third party app - written in Cpp cited in openvibe site), i used VC++ 2010, and it works good ( after configuration of vrpn include and lib directory )
now i am trying to run the same cpp code but in Dev Cpp IDE, I have configured dev cpp lib and include directories, but it doesn"t work
link error
[Linker error] undefined reference to `vrpn_Button_Remote::vrpn_Button_Remote(char const*, vrpn_Connection*)'
[Linker error] undefined reference to `vrpn_Analog_Remote::vrpn_Analog_Remote(char const*, vrpn_Connection*)'

thank you

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: vrpn link error in dev cpp IDE

Post by jlegeny »

Hello,

I do not have any experience with Dev Cpp IDE, from the errors I would say that the -lvrpn parameter to the compiler is not passed.

Cheers
Jozef

fouadchouag
Posts: 9
Joined: Mon Oct 18, 2010 1:27 pm

Re: vrpn link error in dev cpp IDE

Post by fouadchouag »

but how to do, i need to solution to this problem plz

Post Reply