Forum Discussion

GaryBerryman's avatar
GaryBerryman
Copper Contributor
Mar 02, 2023

What am I missing? The names of the threads, queues, etc. are prototyped as char*.

But this causes an issue because one shouldn't (it violates sane rules) cast a "const char*" to a "char*". This would be necessary of you use a literal string in the call to the function. I locally c...

Resources