Search found 2 matches

by wangsc
16 Jul 2019, 02:29
Forum: General questions
Topic: How to configure Qt program to communicate with v-rep via b0 remote api?
Replies: 2
Views: 1508

Re: How to configure Qt program to communicate with v-rep via b0 remote api?

Hello, you must do something wrong in the way you are specifying the includepath. Which platform are you on? Cheers Thank you for your reply. I'm using v-rep pro edu v3.6.1 and Qt Creator on Windows 10, and this is how I include the required paths: INCLUDEPATH += E:\boost_1_68_0 INCLUDEPATH += $$B0...
by wangsc
10 Jul 2019, 10:20
Forum: General questions
Topic: How to configure Qt program to communicate with v-rep via b0 remote api?
Replies: 2
Views: 1508

How to configure Qt program to communicate with v-rep via b0 remote api?

Hi, I am using b0 remote api to connect Qt with v-rep, I have put the Qt program to the same path of the official bubbleRobClinet program, i.e. programming/b0RemoteApiBindings/cpp , and configured the .pro file almost the same as bubbleRobClient.pro . However, there are still some dependency problem...