Joined: 12 Apr 2005 Posts: 24 Location: shanghai china
hi , guys
i compile the src code. and such errors encountered.
ERROR CBC3017 SYS05314.T192955.RA000.APPCCO.SYSCIN.H04:360 Operand of address operator must be an lvalue or function
designator.
ERROR CBC3280 SYS05314.T192955.RA000.APPCCO.SYSCIN.H04:361 Function argument assignment between types "const unsigned
char*" and "struct {...}" is not allowed.
hi frnd,
with the help of ur error code i can judge 2 solutions.
solution1:
u have sent some wrong value to the argument in the function
solution2:
u have declared some CONST or DEFINE type then u might have attempted to change the value incorrectly.
frnd if u provide the code then i may analze it more..