Pritpal Bedi
1f57b9115c
2007-11-22 22:49 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/gtwvg/wvtcore.c
! Fixes for UNICODE Support.
? Przem, please review. I suspect about like these fixes:
DrawText( _s->hGuiDC, hb_parcx( 6 ), strlen( hb_parcx( 6 ) ), &rc, iAlignH | DT_WORDBREAK | DT_TOP );
=>
LPTSTR text = HB_TCHAR_CONVTO( hb_parc( 6 ) );
DrawText( _s->hGuiDC, text, strlen( hb_parc( 6 ) ), &rc, iAlignH | DT_WORDBREAK | DT_TOP );
^--------------------^ OK | How to compute length of "text"
2007-11-23 06:55:14 +00:00
..
2007-11-22 03:34:28 +00:00
2007-10-18 21:55:39 +00:00
2007-11-23 06:54:03 +00:00
2007-10-24 19:57:49 +00:00
2007-11-17 02:26:51 +00:00
2007-11-23 02:08:37 +00:00
2007-10-29 10:22:06 +00:00
2007-10-29 10:22:06 +00:00
2007-11-23 04:55:11 +00:00
2007-11-23 04:09:55 +00:00
2007-11-23 04:02:37 +00:00
2007-11-23 06:55:14 +00:00
2007-11-23 02:08:37 +00:00
2007-10-24 07:53:03 +00:00
2004-05-07 17:32:59 +00:00
2007-11-22 03:34:28 +00:00
2007-11-22 03:34:28 +00:00
2007-11-21 04:44:53 +00:00
2007-09-05 14:50:23 +00:00
2007-11-23 04:02:37 +00:00
2007-11-23 02:08:37 +00:00
2007-07-31 20:00:25 +00:00
2007-11-23 02:08:37 +00:00
2007-11-21 17:30:26 +00:00
2007-10-24 01:16:44 +00:00
2007-11-13 23:51:45 +00:00
2007-11-21 04:44:53 +00:00
2007-11-22 03:34:28 +00:00
2007-11-22 03:34:28 +00:00
2007-11-13 23:51:45 +00:00
2007-11-23 04:02:37 +00:00
2007-11-23 02:08:37 +00:00
2007-11-23 04:02:37 +00:00
2007-11-23 02:08:37 +00:00
2007-11-13 13:13:53 +00:00
2007-11-14 20:54:20 +00:00
2007-11-10 17:04:20 +00:00
2007-05-28 13:55:05 +00:00