Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Comma as decimal point in VDA output
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-27-2011 03:12 AM
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

