http://msdn.microsoft.com/en-us/library/7dzey6h6(VS.71).aspx
Visual Studio 6 for example defaults to ANSI
Visual Studio 2008 defaults to UNICODE
The Win32 API functions (like CreateFile) are already wrapped, but many standard functions in the CRT are not.
Also, you need to use the TEXT() or _T() macro for ALL your string constants.
Read the rest of the MSDN link.
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
Dear All,
I want to read ini file for configuration. Who can send me a simple code?
Thank you in advance
Hoshang
Sorry to say this but we're not a coding service meaning we don't provide code but only helps members from theirs
If you need further help start a new thread (instead of replying to an old one) if your troubled by a problematic code
zeroliken
Veteran Poster
1,106 posts since Nov 2011
Reputation Points: 201
Solved Threads: 162