LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

font or conversion problem running asian windows

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.
0 Kudos
Message 1 of 2
(2,996 Views)
Have you tried with different fonts ? Do you get exactly same results ?
0 Kudos
Message 2 of 2
(2,996 Views)