Page 2 of 2

Re: Building remoteApi bindings for Octave 4.0

Posted: 15 Feb 2016, 15:25
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

Re: Building remoteApi bindings for Octave 4.0

Posted: 16 Feb 2016, 20:24
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

Re: Building remoteApi bindings for Octave 4.0

Posted: 10 Mar 2017, 17:31
by nicolae.rosia
Hello,

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

Regards,
Nicolae

Re: Building remoteApi bindings for Octave 4.0

Posted: 13 Mar 2017, 08:50
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