strcpy(stProtocolFileComplete.comResultText, "파일명 : " + ExtractFileName(stProtocolFileComplete.FCname) + " , 사이즈 : " + IntToStr(stProtocolFile.FSize) + " 완료");
위와 같이 하니까 이런 에러가 나던데
[BCC32 Error] Unit1.cpp(305): E2034 Cannot convert 'UnicodeString' to 'const char *'
[BCC32 Error] Unit1.cpp(305): E2342 Type mismatch in parameter '__src' (wanted 'const char *', got 'UnicodeString')
올바른 형식좀 알려주세요 ㅠㅠ
|