800xA v5.1 to v6.0 built in library import
I added some graphic aspects in my 800xA v5.1 project in built in libraries like SDInReal, SDInBool etc,. Now I want to use these aspects in 800xA v6.0 project. How should I export and then import them properly?
Because currently it not allowing me to import. It gives errors due version difference of libraries?
If this doesn't I will have to remake the aspects for which I don't have time.
Plx suggest a solution
Voted best answer
Any customizations on Standard system libraries should be a part of Extension library. Else the aspects will be like orphans and by default these aspects are not handled during upgrades. Solution in this case as Stefan suggested is to build an extension library around your main library and move your custom aspects to that library in 5.1 system. Extension library can be easily moved to 800xA V6.
Mode details on how to do this are mentioned in Library handling sectin (Appendix B) System 800xA 6.0 Configuration manual.
Answers
Try putting them in an Extension Library and transfer just that.
Seek on AKS, there must exist some thread on the topic of Extension Libraries.
Add new comment