Hi,
when I ask CVI to generate a callback code from Control, I get the following result:
int CVICALLBACK MyProcedure (int panel, int control, int event,
void *callbackData, int eventData1, int eventData2)
while I'd like to have the code written in this other way:
int CVICALLBACK MyProcedure (int panel, int control, int event, void *callbackData, int eventData1, int eventData2)
In order to get what I need, I have recorded a Macro, but of course I have to modify all the autogenerated code.
Is there any faster and automatic way to obtain what I want?
Thanks
Sergio