Thanks, Andreas -
I'm noted for being good at inventing new errors! ;)
Here's my line 86:
m_conversion->MB2WC((wxChar*)wxStringBuffer(str, nLen), buffer, nLen+1);
All still breaks, and I'm open to any casting tips.
Thanks,
Steve
Andreas Pflug wrote:
steve fox wrote:
First of all, use the mailling list, no private mail!
if (decr) Seek(-decr, wxFromCurrent);
m_conversion->MB2WC(wxStringBuffer(str, nLen), buffer, nLen+1);
}
else
str = MB2WC((wxChar*)buffer);
You invented a new error, in a different line!!!! Insert the cast in line 86, not 89!
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?
http://archives.postgresql.org
