clabaldo - 2022-06-24

We have created two compiled-libraries which we would like customers to implement freely but without having access to the source code, we are having some issues to finalize this.
1) from libSource.library file we have saved the library as a compiled-library then we have then installed the compiled-library on the system and added the library to the project.
Once the library is added it will NOT show the source code, this is how expected.
Problem is that, back to the libSource.library, if we use the button "Save project and install in library repository", then the library will be re-imported into the project and will also show the source code.
What is this problem related to?
2) We would also like the libSource.library to be password protected while the compiled-library should be accessible by anybody. Is this possible?