Hello,
I am using CCS v5.
I have created a CCS static library in order to use it in an executable project I have created. I began by adding the .lib found in the Release folder of the static library project. What else do I need to add in order for the executable to find the files in the library? Any includes? Right now I am getting a fatal error: line 45: fatal error #5: could not open source file. I tried including the workspace project and, also, including the path of where the library project is but I began to get errors in the library that had already been built saying it could not find the files. :S Please let me know of any suggestions.
Thank you,
Michelle