개발언어/C++ _ATL_USE_CSTRING_FLOAT CString 문자열 길 늘려주는 방법 by 엔돌슨 2010. 7. 28. 반응형 _ATL_USE_CSTRING_FLOAT CString 문자열 길 늘려주는 방법입니다. CString 에 할당된 문자열이 길게되면 문자열 범위가 넘어서서 문제가 됩니다. #define _ATL_USE_CSTRING_FLOAT 로 선언을 하거나 또는 CString 변수를 여러개 선언하여 나누어서 처리한후에 합쳐줍니다. 공유하기 게시글 관리 엔돌슨의 IT이야기 관련글 STL 문장 내 단어 검색 OutputDebugString CString 의 범위가 넘어도 출력하기 [에러] uuid.lib(ocidl_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module c:\program files\microsoft visual studio\vc98\include\utility(21) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit