Page 1 of 1

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

Posted: 14 Dec 2019, 21:10
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

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

Posted: 18 Dec 2019, 13:20
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