how to run the demo about using B0RemoteAPI (c++) successfully ?

Typically: "How do I... ", "How can I... " questions
Post Reply
jianye
Posts: 46
Joined: 16 Oct 2019, 13:58

how to run the demo about using B0RemoteAPI (c++) successfully ?

Post by jianye »

hello,

I am trying to use the B0-based RemoteAPI(c++) to run the tutorial scene "B0-basedRemoteApiDemo.ttt",

but when I run the code:

Code: Select all

gcc  b0RemoteApi.cpp
it turns out:

Code: Select all

In file included from b0RemoteApi.cpp:6:0:
b0RemoteApi.h:13:23: fatal error: msgpack.hpp: No such file or directory
compilation terminated.
when I run the following code:

Code: Select all

gcc simpleTest.cpp
then it turn out also a error:

Code: Select all

simpleTest.cpp:13:25: fatal error: b0RemoteApi.h: No such file or directory
compilation terminated.
I want to know what should I do to run the B0-based Remote API ? Do you have any tutorial ?

Thanks in advance.

Jian

HitSShuo
Posts: 3
Joined: 06 Nov 2019, 13:37

Re: how to run the demo about using B0RemoteAPI (c++) successfully ?

Post by HitSShuo »

Hello,
You should know that API is not an exctuable application, it contains lots of functions. When you need to use them, just use the functions.
There are many video/turtoials to teach you how to begin with this, you can start by this

Post Reply