As stated, I'm trying to use the class library in the application.
Specifically, I've got a (very small) test Console class with one Write(std::string) function. I want to access the class library, access the Console class and successfully send a std::string to the Write function.
I don't, specifically, need to know how to use a class or a function (I'm a C++ newbie only, not a coding newbie), just get my library working with my application in VSE.
Not sure what else to add, but I'm not that good at figuring out what to add and, in this case, I'm not even sure what questions to ask.
Thanks.