Thread overview
Request for solution to problem with Unicode build
Feb 09, 2004
W³odzimierz Skiba
Feb 10, 2004
chris elliott
Feb 11, 2004
chris elliott
February 09, 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
February 10, 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
February 11, 2004


>>
>> http://sf.net/tracker/?func=detail&atid=309863&aid=884587&group_id=9863
>>
>> ABX

fix applied to CVS head - please test
chris