이 예러 어꼐 꼬챠야 하나여?(wcslen)

hys545의 이미지

에메세지

/utility/utility.h:763: error: cannot convert 'OLECHAR* const' to 'const wchar_t*' for argument '1' to 'size_t wcslen(const wchar_t*)'

에러부분

int length() const
	{
		return _p? wcslen(_p): 0;
	}

선언 부뿐
extern size_t wcslen (__const wchar_t *__s) __THROW __attribute_pure__;
__END_NAMESPACE_C99
[/code]