c++.wxwindows - Request for solution to problem with Unicode build
- "Włodzimierz Skiba" <abx abx.art.pl> Feb 09 2004
- chris elliott <biol75 york.ac.uk> Feb 10 2004
- chris elliott <biol75 york.ac.uk> Feb 11 2004
I have limited time this week so I thought I will ask here for support so some problem could be fixed before wxWindows 2.5.1 release. Vadim Zeitlin recently accepted my patch to Unicode build with DMC. There is one thing left which is temporary applied but needs further adjustement - wxSprintf using _stprintf of DMC. Can somebody give us a hand and provide best solution asap (before planned release on this weekend)? For details see content and comments of patch #884587 ? http://sf.net/tracker/?func=detail&atid=309863&aid=884587&group_id=9863 ABX
Feb 09 2004
I note that there has been a small change to tchar.h since 8.38 was released 345c345 < #define _stprintf sprintf ---#define _stprintf _snprintf
chris Włodzimierz Skiba wrote:I have limited time this week so I thought I will ask here for support so some problem could be fixed before wxWindows 2.5.1 release. Vadim Zeitlin recently accepted my patch to Unicode build with DMC. There is one thing left which is temporary applied but needs further adjustement - wxSprintf using _stprintf of DMC. Can somebody give us a hand and provide best solution asap (before planned release on this weekend)? For details see content and comments of patch #884587 ? http://sf.net/tracker/?func=detail&atid=309863&aid=884587&group_id=9863 ABX
Feb 10 2004
http://sf.net/tracker/?func=detail&atid=309863&aid=884587&group_id=9863 ABX
fix applied to CVS head - please test chris
Feb 11 2004








chris elliott <biol75 york.ac.uk>