I get an error when attempting to compile the Intel VTune Amplifier XE API code:
error: expression must have a constant value
__itt_domain* pFrame = __itt_domain_create("FRAME");
^
This is in a .c file (not .cpp) using a C compiler
How do I fix this?
Thanks