MFC 로 비트맵출력하는 프로그램을 짜는도중 아래와같은에러가 나서 물어봅니다.
제가 추가로 입력한부분은
dc.AlphaBlend ( 400-o*30, 140+o*15, bmpInfo.bmWidth/3, bmpInfo.bmHeight/3,
&MemDC3, 0, 0, bmpInfo.bmWidth, bmpInfo.bmHeight, bf );
이 걸 썻습니다.
=============에러 =====
G:중급프로그래밍BITMAP1ChildView.cpp(108) : error C2039: 'AlphaBlend' : is not a member of 'CPaintDC'
c:program filesmicrosoft visual studiovc98mfcincludeafxwin.h(1012) : see declaration of 'CPaintDC'
Error executing cl.exe.
댓글 0