Hello, team!
I have a question.
How should I manage case when I use library with nested dependency, for instant DataLogger_GoogleSheets. It imports PLCnext_Base library.
But, I also need some FBs from PLCnext_Base itself, but can’t import it separately, and can’t reach it’s functional, from nested library.
Newer or older versions of PLCnext_Base can’t be used in the same project.
This question seems to be in touch with https://www.plcnext-community.net/forum/#/discussion/4247/power-control-unit-library discussion.
I use PLCnext Engineer 2025 for this project.
BR
Ok, it seems nested library expect to find it’s files on non typical path.
And when I adapt link to this path for independent library, it seems to become work as expected.
