>> // S should be Capital
You should use "%hs". I recommend that you forget that %S even exists - use %s, %ls, or %hs.
>> // Now again we convert TCHAR to Double by using _wtof function
You should use _ttof().
gg
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |