Patches item #2812063, was opened at 2009-06-25 13:14
Message generated for change (Tracker Item Submitted) made by vadz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2812063&group_id=51305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Vadim Zeitlin (vadz)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxCurl: 2.9 compilation and Unicode fix
Initial Comment:
The code in wxCurlFTPTool::GetFTPFs() is using wxString::GetWriteBuf() which doesn't exist any more in wx 2.9 and also incorrectly casts between char* and wxChar* strings which means that it never worked in Unicode build. The attached patch tries to fix both problems, although I didn't actually test that it worked. But at least it compiles with 2.9 and it can't be worse than before as it could have never worked in Unicode build anyhow.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2812063&group_id=51305
|