How to build remoteApi.dll for 64 bit matlab

Typically: "How do I... ", "How can I... " questions
Post Reply
cesaricod
Posts: 2
Joined: 16 Feb 2014, 14:37

How to build remoteApi.dll for 64 bit matlab

Post by cesaricod »

I don't understand how to build remoteApi.dll for 64 bit matlab. Can anyone explain step by step or send me the file? Thank you

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

Re: How to build remoteApi.dll for 64 bit matlab

Post by coppelia »

Hello,

you can follow the instructions here:
  • Copy following 2 items to your current Matlab folder: remApi.m and remoteApi.dll (or remoteApi.dylib on Mac, or remoteApi.so on Linux)
  • Type mex -setup and make sure you have a compiler properly set-up
  • Type loadlibrary('remoteApi','extApi.h','mfilename','remoteApiProto')
You can contact us here to get the files for the Windows platform.

Cheers

Post Reply