yarp
yarp copied to clipboard
Problems with C# bindings
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

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()".