Re: [pgadmin-support] pgadmin3 beta3 build failure

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: steve fox <steve(at)wiscota(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin-support] pgadmin3 beta3 build failure
Date: 2004-10-22 11:38:38
Message-ID: 4178F13E.5060909@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

steve fox wrote:
> 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.

Try full casting:
m_conversion->MB2WC((wchar_t*)(wxChar*)wxStringBuffer(str, nLen),
(const char*)buffer, (size_t)(nLen+1));

and try to locate which param finally was the offending.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2004-10-22 14:25:18 CVS Commit by andreas: fix Query Tool which marked text as changed when
Previous Message Dave Page 2004-10-22 07:23:58 Re: slovenian translation minor (typo) fix

Browse pgadmin-support by date

  From Date Subject
Next Message Richard van den Berg 2004-10-22 12:57:30 pgAdmin III v1.2 Beta-3 debian packages
Previous Message Giulio Renzi 2004-10-22 07:37:04 Error Message: ERROR: column "datpath" does not exist