Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with C# bindings #2937

Open
carminattilaurene opened this issue Jan 27, 2023 · 0 comments
Open

Problems with C# bindings #2937

carminattilaurene opened this issue Jan 27, 2023 · 0 comments

Comments

@carminattilaurene
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant