Is it possible to use the Project Attributes to set constant values in a c++ library (.cpp/.h) at compile time.
E.g. an array in cpp thats size is not "hard" constant, its size must be constant at compile time but you can set it for every b4r project with a different size. E.g. a buffer in a library thats size depends in the b4r project.
If it's possible, how?
E.g. an array in cpp thats size is not "hard" constant, its size must be constant at compile time but you can set it for every b4r project with a different size. E.g. a buffer in a library thats size depends in the b4r project.
If it's possible, how?