yarp icon indicating copy to clipboard operation
yarp copied to clipboard

Problems with C# bindings

Open carminattilaurene opened this issue 2 years ago • 0 comments
trafficstars

Describe the bug Errors when trying to use the yarp library with C# bindings. Also, the example and tests provided for C# bindings do not work.

To Reproduce

This is the command line we use to compile :

csc 012-ClearTable3Actions.cs C:\robotology\yarp\build\bindings\csharp*.cs -r:ClarionLibrary.dll -r:yarp.dll

This one to run the file:

mono 012-ClearTable3Actions.exe

we get the error shown in the screen shot

Screenshots image

Configuration (please complete the following information):

  • OS: Windows
  • yarp version: yarp x86
  • compiler: mono

Additional context 012-ClearTable3Actions.cs compiled with no errors. The only yarp related line that we added to the cs file is "Network.init()".

carminattilaurene avatar Jan 27 '23 09:01 carminattilaurene