[에러창]Windows가 Viewer.exe에서 중단점을 트리거했습니다. 힙이 손상되었거나 Viewer.exe 또는 여기서 로드한 DLL에 버그가 있을 수도 있습니다. 자세한 진단 정보는 [출력] 창을 참조하십시오. bitmap_image 객체 초기화 코드에서 힙 손상이 발생했다. // 배열을 이미지로 만든다.int CArray2Bmp::SetArrayBitmap(unsigned char *mg, unsigned char *ph, char* savepath, bool byteOrder, ComplexData data){ int ns = this->ns; int nl = this->nl; bool ImageByteOrder = byteOrder; // TODO : 바이트 순서 체크해야함.. bitmap_i..