We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I built a library file that can be used for other projects.
Once I have built it and added it to another project, I right click on a function and select "Go to the definition of 'function'", it throws an error "Source Browser: 'function' - undefined Definition/Reference".
However, I am able to navigate to the header file by clicking on "Go to reference to"
How can I build a library file that can include all the source files that I need, so that I can open it for reference in another project.
Thanks, SH
Surely, the whole point of building a library is exactly that you do not distribute the source - so what did you expect to happen?!
Nah - many reasons for having a library.
One is because many applications shares the same functionality.
One is because you want separate versioning of the library.
One is to reduce the compilation time.
...