SyntaxFix
Write A Post
Hire A Developer
Questions
I meet this problem too.
ids[i] = (int) arg; // error occur here => I change this to below. ids[i] = (uintptr_t) arg;
Then I can continue compiling. Maybe you can try this too.