hi
i use CVI 5.5 on windows 2000
I try a code with more then 32 paramaters in a macro
#define DoSomthing(a1,a2 ... a32,a33)but got this error
Too many macro parameters
i try this code in microsoft VC++6 and its work fine
can i change the limit of the parameter or its hardcodede ?
thanks
hanan