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
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.
...