> VecType t;
>
> VecGetType(b, &t);
> Printf("%s\n", t);
>
> ? MattThanks, but I am getting the same error: error: invalid conversion from 'char**' to 'const char**' Using gcc 4.6.2 Dominik
> VecType t;
>
> VecGetType(b, &t);
> Printf("%s\n", t);
>
> ? MattThanks, but I am getting the same error: error: invalid conversion from 'char**' to 'const char**' Using gcc 4.6.2 Dominik