www.digitalmars.com         C & C++   DMDScript  

c++.wxwindows - Request for solution to problem with Unicode build

reply "Włodzimierz Skiba" <abx abx.art.pl> writes:
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 


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

ABX
Feb 09 2004
parent reply chris elliott <biol75 york.ac.uk> writes:
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 

 
 http://sf.net/tracker/?func=detail&atid=309863&aid=884587&group_id=9863
 
 ABX
Feb 10 2004
parent chris elliott <biol75 york.ac.uk> writes:
 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