Hey there!
I am currently trying to programm Robotinos via .Net, but I have troubles with building the Wrapper.
I followed the steps from wiki.openrobotino about Dotnet Programming (http://wiki.openrobotino.org/index.php?title=Dotnet) and installed the RobotinoAPI2, set the environment variables pointing to the RobotinoAPI2 install folder, downloaded and unzipped Swigwin in the ordered directory and I checked out the package from SVN. Then i built the package using CMake (I am using CMake for the first time). Now comes the part where I am confused. When I open the project in VS and try to Debug it, an error-message occurs: "Unable to start Porject ...\Debug\ALL_BUILD. Access denied". I googled and found out that I have to change the start project, but no matter what Project I choose, I still get the same Error.
Adding to this problem I am not quiet sure if I built the right Package. I used the CMakeLists.txt in the root of the SVN package. Do I have to use the CMakeLists.txt in ...\wrapper\dotnet, since I want to use Dotnet?
information:
Swigwin Version: swigwin-2.0.4
Api2 Version: "latest" (11.7.2017) Windows 64bit
OS: Windows 10 Education 64 Bit
I really hope someone can help me!
I am currently trying to programm Robotinos via .Net, but I have troubles with building the Wrapper.
I followed the steps from wiki.openrobotino about Dotnet Programming (http://wiki.openrobotino.org/index.php?title=Dotnet) and installed the RobotinoAPI2, set the environment variables pointing to the RobotinoAPI2 install folder, downloaded and unzipped Swigwin in the ordered directory and I checked out the package from SVN. Then i built the package using CMake (I am using CMake for the first time). Now comes the part where I am confused. When I open the project in VS and try to Debug it, an error-message occurs: "Unable to start Porject ...\Debug\ALL_BUILD. Access denied". I googled and found out that I have to change the start project, but no matter what Project I choose, I still get the same Error.
Adding to this problem I am not quiet sure if I built the right Package. I used the CMakeLists.txt in the root of the SVN package. Do I have to use the CMakeLists.txt in ...\wrapper\dotnet, since I want to use Dotnet?
information:
Swigwin Version: swigwin-2.0.4
Api2 Version: "latest" (11.7.2017) Windows 64bit
OS: Windows 10 Education 64 Bit
I really hope someone can help me!
Comment