raghuvirk20
12th December 2016, 13:47
Hi All,

How to resolve the below compilation error...

tmp014028315( 567): Error: Argument 1(bpid.address) for function 'r_sf_formatter' should have 1 dimensions (not 2).

Please advice.

Thanks,
Raghuvir

pillai.ganesh
13th December 2016, 15:15
Please ensure that the data type of variable bpid.address and the data type of the first argument of function r_sf_formatter are same.

If you can post the variable declaration statement, call to function r_sf_formatter and function declaration of r_sf_formatter, I can try to support.