想问一下MFC中关于CString转换的一个问题: 
我现在有个file1的CString,然后我想从这个文件中生成一个Bitmap,Bitmap bitmap(file2,FALSE);
但是现在bitmap的第一个参数是unsigned short*的类型,我试过几个方法不过都没达到目的,
感觉对于MFC中这方面的转换问题很混乱,所以希望能给下指点,怎样才能很好地解决这个问题。要是能顺便讲讲相关
这方面的知识就更感谢了!以下是原始Debug提示信息:
error C2664: '__thiscall Gdiplus::Bitmap::Gdiplus::Bitmap(const unsigned short *,int)' : cannot convert parameter 1 from 'class CString' to 'const unsigned short *'