Lars Gullik Bjønnes wrote:

> | MSVC tells me that it cannot convert inbuf from "char *" to "const char *"
> 
> But that is just bullocks.
> 
> Converting non-const to const is always possible, it is the opposite
> that is not ok. You are sure there are not a '**' somewhere in the
> error message?

You are right:

'libiconv' : cannot convert parameter 2 from 'char **' to 'const char **'

Reply via email to