1f57b9115cf0754289a7c7beec09bc9764ff41ef
* 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"
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%