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
- All Categories
- 5.5K RobotStudio
- 390 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 304 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 3 RobotStudio AR Viewer
- 772 RAPID Programming
- 17 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings