|
이런 문장에서 에러가 나는데요
빌더 에러 메시지는 아래와 같이 같구요
ImgInfoT->Width = ImgInfoS->Width = ImgInfoK->Width = ImgInfoJ->Width = TblChaW[size];
ImgMenuVs->Left = ImgMenuVs->Top=0;
왜? 에러가 나는지 좀 알려주세요 문장을 고친다면?
--------------------------------------------------------------------------------------------------
빌더에러 메시지>>
[C++ Error] UNIT1.CPP(180): E2492 Properties may only be assigned using a simple statement, e.g. "prop = value;"
|