Tool/software: Code Composer Studio
I am wanting to know if Code Composer studio v5 (version I'm using) come with a ini file parser to get and put values based on keys?
I installed the boost library which has simple ini parser, I believe I linked it correctly but when I add the library as an include #include <boost> it says it can't resolve the inclusion. I tried adding the two .hpp files form a post I've seen.
So, If CCS v5 has an ini parser pre-built in, what is it called? If not, how can I get boost to work correctly?
I'm needing to edit a configuration file to be used on the AM335x Starter Kit dev board.
