[WINAPI] 10월 23일 수업소스+결과(BIPMAP 영상처리(?)) - by.LDH
#include #include #pragma comment(lib,"user32.lib") #define ID_EDIT 100 enum emb_rgb { EMB_RED , EMB_GRN , EMB_BLU , EMB_END, }; LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); HINSTANCE g_hInst; LPCTSTR lpszClass=TEXT("Bitmap viewer"); void MyTextOut(HDC hdc,int x,int y,LPCTSTR Text); int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,LPSTR IpazCmdParam, int nCmdShow) { HWND h..
2012. 10. 23.