Building remoteApi bindings for Octave 4.0

Report crashes, strange behaviour, or apparent bugs
Max O'Lydian
Posts: 5
Joined: 09 Feb 2016, 13:19

Re: Building remoteApi bindings for Octave 4.0

Post by Max O'Lydian »

I'm not sure I understand... it seems to me that remApiSetup.m tells where to find remApi.oct, and then loads the various commands that are available in remApi.oct- but the functions must be in remApi.oct to begin with.

I couldn't compile the new remApi.oct in the first place, because there was a wrapper function in remApi.cc (DEFUN_DLD simxCallScriptFunction) that wasn't then defined in extApi.c, as all the other wrapper functions are. I would think I'd need a new extApi.c as well as adding the load function to remApiSetup.m.

I did indeed get an invite to the beta from the forum- just missed it in my email. Thanks for the extra link though!

Max

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: Building remoteApi bindings for Octave 4.0

Post by coppelia »

Oops, yes, forgot about that. Of course the extApi.c file also needs to accomodate the new command (simxCallScriptFunction). This is done since the beta version.

Cheers

nicolae.rosia
Posts: 1
Joined: 10 Mar 2017, 14:05

Re: Building remoteApi bindings for Octave 4.0

Post by nicolae.rosia »

Hello,

Any update on this? The beta links are also broken.

Regards,
Nicolae

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: Building remoteApi bindings for Octave 4.0

Post by coppelia »

Hello,

if you download the last release (i.e. V3.3.2), then you will have everything you need to correctly compile the remote API client for Octave.

Cheers

Post Reply