[Xkeymacs-dev-en] problem building xkeymacs (GetString() is nota member of CString)

アーカイブの一覧に戻る

Kazuhiro Fujieda fujie****@users*****
Wed Sep 14 01:05:47 JST 2011


>>> On Tue, 13 Sep 2011 09:49:36 -0500
>>> "Harold Bamford (bamforh)" <bamfo****@cisco*****> said:

> So, in Utils.cpp you have changed this:
>
> 	memcpy(pMem, text.GetString(), nLength);
>
> to this:
>
> 	memcpy(pMem, (LPCTSTR)text, nLength);
>
> Correct? Or did you change afx.h?

Yes, it is correct. This actually solves the problem.
-- 
Kazuhiro Fujieda
fujie****@users*****




More information about the Xkeymacs-dev-en mailing list
アーカイブの一覧に戻る