No .rslib file generated
Hi Everyone,
The problem:
My code outputs all types of files exept the file I want because the .rslib file is nowhere to be found.
Did anyone came across this already and do you have a solution because now I am stuck. I use the exact code as in the how to guide.
With kind regards,
Nick
I am following the how to create a smart component guide (RobotStudio SDK, https://developercenter.robotstudio.com/api/robotstudio/articles/How-To/SmartComponent/Creating-a-SmartComponent.html )
The problem:
My code outputs all types of files exept the file I want because the .rslib file is nowhere to be found.
Did anyone came across this already and do you have a solution because now I am stuck. I use the exact code as in the how to guide.
With kind regards,
Nick
0
Best Answer
-
Problem solved!
The problem was caused in the Post-build event command line.
Wrong way (this was automaticly set in VS):
copy /y "$(TargetPath)" "$(ProjectDir)"
"D:\RobotStudio\Bin\LibraryCompiler.exe" "$(ProjectDir)SCTest2.xml"Right way:
"D:\RobotStudio\Bin\LibraryCompiler.exe" "$(ProjectDir)SCTest2.xml"copy /y "$(TargetPath)" "$(ProjectDir)"
So you have to swap the post-build event lines if you have the same problem.
1
Answers
-
Gustaffson said:Problem solved!
The problem was caused in the Post-build event command line.
Wrong way (this was automaticly set in VS):
copy /y "$(TargetPath)" "$(ProjectDir)"
"D:\RobotStudio\Bin\LibraryCompiler.exe" "$(ProjectDir)SCTest2.xml"Right way:
"D:\RobotStudio\Bin\LibraryCompiler.exe" "$(ProjectDir)SCTest2.xml"copy /y "$(TargetPath)" "$(ProjectDir)"
So you have to swap the post-build event lines if you have the same problem.0
Categories
- 10.4K All Categories
- 5.3K RobotStudio
- 350 UpFeed
- 15 Tutorials
- 9 RobotApps
- 282 PowerPacs
- 404 RobotStudio S4
- 1.8K Developer Tools
- 239 ScreenMaker
- 2.6K Robot Controller
- 251 IRC5
- 36 OmniCore
- 6 RCS (Realistic Controller Simulation)
- 3 RobotStudio AR Viewer
- 701 RAPID Programming
- 14 Wizard Easy Programming
- 107 Collaborative Robots
- 3 Job listings