Re: [pgadmin-support] pgadmin3 beta3 build failure at wxMBConv::MB2WC()

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: steve fox <steve(at)wiscota(dot)net>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin-support] pgadmin3 beta3 build failure at wxMBConv::MB2WC()
Date: 2004-10-21 09:29:27
Message-ID: 41778177.8010902@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Diego A. Gil 2004-10-21 12:10:53 Re: [pgadmin-support] Just to inform sucessful
Previous Message Dave Page 2004-10-21 09:29:15 Sequence bug

Browse pgadmin-support by date

  From Date Subject
Next Message Diego A. Gil 2004-10-21 12:10:53 Re: [pgadmin-support] Just to inform sucessful
Previous Message Dave Page 2004-10-21 08:19:19 Re: Just to inform sucessful compilation