I have a small sample of creating dialog using HB_SetCodePage function.
- Code: Select all Expand view
- #include "fivewin.ch"
REQUEST HB_CODEPAGE_TRWIN
Procedure Main()
HB_SetCodePage( "TRWIN" )
DEFINE DIALOG oDlg
@ 20,10 SAY "User Name : DDDDDDDDDDDD" of oDlg PIXEL
ACTIVATE DIALOG ODlg centered
RETURN .T.
If I remove HB_SetCodePage("TRWIN") line compiled Exe works. But It does not work with this line.
Is there anything wrong in code?
Thanks,