From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-31 20:33:28
|
HI! Using 2 files dialog.prg and test.prg file 1 dialog.prg #include "hwgui.ch" Function main() INIT DIALOG oDlg AT 0,0 SIZE 400,300 hwg_msginfo("não") test2() oDlg:Activate() Return .T. file 2 test.prg #include 'hwgui.ch' Function test2 hwg_msginfo("não") Return Nil >hbmk2 dialog.prg test.prg ./dialog Not show "não" because acent letters. If I use only 1 .prg with 2 functions(dialog and test2) into dialog.prg, works. But while link 2 .prg faill. Best regards, Itamar M. Lins Jr. |