hi!
One of my customer is Korean.
I have a problem with the following lines of code on a pc running under windows 2000 with ASIAN font and system !
sprintf (ltc_tmpStr," av.pw (%4.1f +%2.1f,-%2.1f): %5.1f dBm", d_MeasPowerNom, d_MeasPowerLimInf, d_MeasPowerLimSup, RF_TX.average_power);
InsertTextBoxLine (gti_PanelHandle[MAINPANEL], MAINPANEL_TEXTBOX, -1, ltc_tmpStr);
On the textbox, the line that appears is as follow:
av.pw (##4.1f ##2.1f,##2.1f): 5.1f
or something like that, it depends...
My best guess is some font or system language issue, but I have no idea HOW i could solve it.
If someone has, please let me know, any hint is welcome.
thanks, flo.