C# library

Here is some info about how to use robocadSim C# library in your project. I am going to use Visual Studio 2019.

You need emgu-cv installed in your project if You use robocadSim version < v1.3.7. (How to install example).

First way:

  1. Right click on Your project name in Solution explorer -> click on Manage NuGet Packages

../../../../_images/fourth_step_cs.jpg
  1. Click on Browse -> write there robocadSim and click Enter -> choose robocadSimCS created by crackanddie or Abdrakov corp. and click on install button

../../../../_images/fifth_step_cs.jpg

Second way:

  1. Click on Your project name in Solution explorer -> right click on Dependencies -> Add reference…

../../../../_images/first_step_cs.png
  1. Click on Browse…

../../../../_images/second_step_cs.png
  1. Select RobocadSim.dll in ./Lib/cs/ and click Add

../../../../_images/third_step_cs.png
  1. Now You can use robocadSim C# library in Your project!