This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Including source from libraries in a project

Other Parts Discussed in Thread: CONTROLSUITE

I am using CLA math library, and I have ${PROJECT_ROOT}/lib/CLAmath/lib in my library search path

and I have CLAmath_fpu32.lib in the list of libraries.

First,

what is the difference between "CLAmath_fpu32.lib" and CLAmath_fpu32.lib ... what do the quotes signify?

Secondly,

In the ${PROJECT_ROOT}/lib/CLAmath/ directory, I only have include and lib

I am seeing weird behavior when I call a CLA math function like CLAsin() .... it is computing crazy wrong values when I run the code.

However, if I include the source directory in CLAmath, CLAsin() works perfectly fine.   I thought I didn't need the source and everything is self-contained in the .lib file???