Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 7 months ago.
How do i make my RPCFuntion work with labview?
Hi
Im working on my apprenticeship exams project and i need to figure out how i can call a function on my mbed through labview.
I am using the RPC interface library provided by Michael (see the link: https://developer.mbed.org/cookbook/RPC-Interface-Library) and tried using the first example given ( the first one under RPCFunction). When i compile it gives me this error:
Error: No instance of constructor "mbed::RPCFunction::RPCFunction" matches the argument list in "main.cpp"
im am new to c++ and can't see through it.