From: Vijaya Kumar B.H. on
you are trying to assign unsigned char pointer to char pointer and vice a
versa. typecast the pointer if you really want to assign like that
-Vijay


"mk" <mkcgphy(a)gmail.com> wrote in message
news:3ba8b5c9-446c-40b3-bff3-7d1a92cc510b(a)p25g2000hsf.googlegroups.com...
> Respected sir,
> i am student from india currently working on project which requires
> some .cc files and i have downloaded and working on them .. now when i
> m trying to compile the code it says few errors
> like
> invalid conversion from `unsigned char*' to `char*'
> invalid conversion from 'char* to unsigned char*'
> its my humble request to u to provide me the solution.. it will be
> grateful of u ..
> thanking you
> manish jain
> chennai(INDIA)
>