Hi All, Please help to fix this issue

 

I'm a newbie. While complying i get this Error "Some operator Expected" . Can you please help me out to fix this

 
All the options have to return any operator.

At the end of the OnInit() function you have to write return(INIT_SUCCEEDED);
 
You should show the whole code here, and use the code formatting tags (see the </> symbol in the editior panel.)
 

In line 3 '#define _mtfCall...' there's a comma missing here:

inpAdxmPriceL,inpAdxmLevels"",""
inpAdxmPriceL,inpAdxmLevels,"",""
Reason: