IndiaFilings is not affiliated with any companies listed on this website and does not represent them. Please contact the respective company directly for their inquiries.
Recently I was doing programming on MFC (Visual C++) and faced the need to do the following: User would select a file from a file dialog box, and I got a CString for the full file path: CString ...
I need to convert a CString variable (PropertyKey) to a WCHAR [] variable (_awcName). Looking for the answer on Google came up with MultiByteToWideChar ...
Instinct allways told me this was illegal, but now I think maybe I'm wrong:<P><BLOCKQUOTE><font size="-1">code:</font><HR><pre>CString CSQLWrapper::CleanString(const ...