|
안녕하세요.
초보입문자라 질문이 많네요?
TColor ColorName[3] = {0x00FFFF, 0xE6E0B0, 0xFF0000};
32bit 컴파일 하면 잘되는데 64bit컴파일하면 아래와 같이 에러가 납니다.
cannot initialize an array element of type 'System::Uitypes::TColor' with an rvalue of type 'int'
32bit 와 64bit 형식이 틀린거 같지않은데 왜에러가 나는지 모르겟네요?
|