Home
Reply
New Visitor
ZET001
Posts: 4

Comma as decimal point in VDA output

Hello,

 

i linked my MFC application static and i get allways comma instead of decimal point in the double values when generateing  VDA file.

 

i use:

 

setlocale(LC_ALL, "English");
 result&=converter.Convert(tmpSAT, vda); 

 

dynamic MFC linking working fine. 

 

Thank you for your help