태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

Can you see two points?

Can you see two points?


Oh my god...
The sample code wasn't executed in Visual Studio 2005...
The following (red-colored) statement should be added to your sample code...

  // this is identical to BMP header.
  // if you don’t know about it, just change biWidth and biHeight
  bmi.bmiHeader.biSize=sizeof(BITMAPINFO);
  bmi.bmiHeader.biWidth=200;   // bitmap width
  bmi.bmiHeader.biHeight=200;   // bitmap height
  bmi.bmiHeader.biPlanes=1;
  bmi.bmiHeader.biBitCount=32;   // bit count of a pixel
  bmi.bmiHeader.biCompression=BI_RGB;
  bmi.bmiHeader.biSizeImage=0;
  bmi.bmiHeader.biClrUsed=0;

에휴... 요즘 조교들 믿음이 안 간다... 낸 숙제도 체크 못하고...
실행환경 문제인가? 그건 아닌 것 같은데...

'[일상의 한마디]' 카테고리의 다른 글

공부하고 싶다...  (1) 2007/04/15
여비됐네...  (0) 2007/04/10
CG 강의 노트 예제 문제점 발견...  (1) 2007/04/07
스프링 노트(springnote.com)  (0) 2007/04/07
요번 학기 목표...  (2) 2007/03/25