$ 0 0 the problem is the parenthesis around the function name, can you change the AddPrefix macro to:#define AddPrefix(x) prefix##xJudy
the problem is the parenthesis around the function name, can you change the AddPrefix macro to:
#define AddPrefix(x) prefix##x
Judy