>
> Hi, Eran,
>
> -----Original Message-----
>>From: Eran Ifrah <
eran....@gmail.com>
>>Sent: Nov 22, 2009 12:08 AM
>>To:
wx-u...@googlegroups.com>>Subject: Re: How to convert wxString to unsigned char *
>>
>>
>>You can try:
>>string.mb_str(wxConvUTF8).data()
>> ( you can use other conversions, but wxConvUTF8 will do the work for
>>most cases)
>>but it returns char* and not unsinged char*
>>
>>but it works for me
>
> No, it does not work for me.
> I need an "unsigned char *" as I will cast it to "SQLCHAR *", which is, I think,
> 7-bit ASCII.
>
> Any other ideas?
>